entry_p           338 examples/VFS/skel_opaque.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
entry_p           332 examples/VFS/skel_transparent.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
entry_p           334 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p);
entry_p           808 source3/include/proto.h int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p);
entry_p           817 source3/include/proto.h int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p);
entry_p           449 source3/include/vfs.h 		int (*sys_acl_get_entry)(struct vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p);
entry_p           106 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_GET_ENTRY(conn, theacl, entry_id, entry_p) ((conn)->vfs.ops.sys_acl_get_entry((conn)->vfs.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_p           240 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_GET_ENTRY(conn, theacl, entry_id, entry_p) ((conn)->vfs_opaque.ops.sys_acl_get_entry((conn)->vfs_opaque.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_p           375 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p) ((handle)->vfs_next.ops.sys_acl_get_entry((handle)->vfs_next.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_p            42 source3/lib/sysacls.c int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p)
entry_p            49 source3/lib/sysacls.c 	if (entry_p == NULL) {
entry_p            67 source3/lib/sysacls.c 	*entry_p = &acl_d->acl[acl_d->next++];
entry_p           259 source3/lib/sysacls.c int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p)
entry_p           264 source3/lib/sysacls.c 	if (acl_p == NULL || entry_p == NULL || (acl_d = *acl_p) == NULL) {
entry_p           279 source3/lib/sysacls.c 	*entry_p	= entry_d;
entry_p           643 source3/locking/locking.c 		struct share_mode_entry *entry_p = &lck->share_modes[i];
entry_p           646 source3/locking/locking.c 			str = share_mode_str(NULL, i, entry_p);
entry_p           650 source3/locking/locking.c 		if (!process_exists(entry_p->pid)) {
entry_p           653 source3/locking/locking.c 			entry_p->op_type = UNUSED_SHARE_MODE_ENTRY;
entry_p          1303 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
entry_p          1305 source3/modules/vfs_default.c 	return sys_acl_get_entry(theacl, entry_id, entry_p);
entry_p           258 source3/modules/vfs_full_audit.c 				   SMB_ACL_ENTRY_T *entry_p);
entry_p          1880 source3/modules/vfs_full_audit.c 				   SMB_ACL_ENTRY_T *entry_p)
entry_p          1885 source3/modules/vfs_full_audit.c 						entry_p);