acltype           428 examples/VFS/skel_opaque.c static int skel_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
acltype           407 examples/VFS/skel_transparent.c static int skel_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
acltype           409 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl);
acltype           464 source3/include/vfs.h 		int (*sys_acl_set_file)(struct vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
acltype           121 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_SET_FILE(conn, name, acltype, theacl) ((conn)->vfs.ops.sys_acl_set_file((conn)->vfs.handles.sys_acl_set_file, (name), (acltype), (theacl)))
acltype           255 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_SET_FILE(conn, name, acltype, theacl) ((conn)->vfs_opaque.ops.sys_acl_set_file((conn)->vfs_opaque.handles.sys_acl_set_file, (name), (acltype), (theacl)))
acltype           390 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype, theacl) ((handle)->vfs_next.ops.sys_acl_set_file((handle)->vfs_next.handles.sys_acl_set_file, (name), (acltype), (theacl)))
acltype            23 source3/modules/vfs_aixacl.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
acltype            29 source3/modules/vfs_aixacl2.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
acltype           305 source3/modules/vfs_aixacl2.c 	acl_type_t	acltype;
acltype           351 source3/modules/vfs_aixacl2.c 	memset(&acltype, 0, sizeof(acl_type_t));
acltype           352 source3/modules/vfs_aixacl2.c 	acltype.u64 = ACL_NFS4;
acltype           358 source3/modules/vfs_aixacl2.c 		acltype, /* not a pointer !!! */
acltype           205 source3/modules/vfs_aixacl_util.c struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
acltype           219 source3/modules/vfs_aixacl_util.c 	if(acltype == SMB_ACL_TYPE_DEFAULT)
acltype           309 source3/modules/vfs_cap.c static int cap_sys_acl_set_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
acltype           317 source3/modules/vfs_cap.c 	return SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, cappath, acltype, theacl);
acltype          1378 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
acltype          1380 source3/modules/vfs_default.c 	return sys_acl_set_file(handle, name, acltype, theacl);
acltype           297 source3/modules/vfs_full_audit.c 				  const char *name, SMB_ACL_TYPE_T acltype,
acltype          2099 source3/modules/vfs_full_audit.c 				  const char *name, SMB_ACL_TYPE_T acltype,
acltype          2104 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_SYS_ACL_SET_FILE(handle, name, acltype,