sys_acl_get_fd    827 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    836 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    845 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    854 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    863 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    872 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    881 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
sys_acl_get_fd    454 source3/include/vfs.h 		SMB_ACL_T (*sys_acl_get_fd)(struct vfs_handle_struct *handle, struct files_struct *fsp);
sys_acl_get_fd    589 source3/include/vfs.h 		struct vfs_handle_struct *sys_acl_get_fd;
sys_acl_get_fd    111 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_GET_FD(fsp) ((fsp)->conn->vfs.ops.sys_acl_get_fd((fsp)->conn->vfs.handles.sys_acl_get_fd, (fsp)))
sys_acl_get_fd    245 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_GET_FD(fsp) ((fsp)->conn->vfs_opaque.ops.sys_acl_get_fd((fsp)->conn->vfs_opaque.handles.sys_acl_get_fd, (fsp)))
sys_acl_get_fd    380 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_FD(handle, fsp) ((handle)->vfs_next.ops.sys_acl_get_fd((handle)->vfs_next.handles.sys_acl_get_fd, (fsp)))
sys_acl_get_fd   1330 source3/modules/vfs_default.c 	return sys_acl_get_fd(handle, fsp);