fchmod_acl        325 examples/VFS/skel_transparent.c 	if (!handle->vfs_next.ops.fchmod_acl) {
fchmod_acl       6762 source3/include/proto.h int fchmod_acl(files_struct *fsp, mode_t mode);
fchmod_acl        447 source3/include/vfs.h 		int (*fchmod_acl)(struct vfs_handle_struct *handle, struct files_struct *fsp, mode_t mode);
fchmod_acl        582 source3/include/vfs.h 		struct vfs_handle_struct *fchmod_acl;
fchmod_acl        104 source3/include/vfs_macros.h #define SMB_VFS_FCHMOD_ACL(fsp, mode) ((fsp)->conn->vfs.ops.fchmod_acl((fsp)->conn->vfs.handles.fchmod_acl, (fsp), (mode)))
fchmod_acl        238 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FCHMOD_ACL(fsp, mode) ((fsp)->conn->vfs_opaque.ops.fchmod_acl((fsp)->conn->vfs_opaque.handles.fchmod_acl, (fsp), (mode)))
fchmod_acl        373 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode) ((handle)->vfs_next.ops.fchmod_acl((handle)->vfs_next.handles.fchmod_acl, (fsp), (mode)))
fchmod_acl       1296 source3/modules/vfs_default.c 	START_PROFILE(fchmod_acl);
fchmod_acl       1297 source3/modules/vfs_default.c 	result = fchmod_acl(fsp, mode);
fchmod_acl       1298 source3/modules/vfs_default.c 	END_PROFILE(fchmod_acl);