Home
last modified time | relevance | path

Searched refs:acl_type (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dposix_acl.c1097 int acl_type; in vfs_set_acl() local
1102 acl_type = posix_acl_type(acl_name); in vfs_set_acl()
1103 if (acl_type < 0) in vfs_set_acl()
1139 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl()
1176 int acl_type, error; in vfs_get_acl() local
1178 acl_type = posix_acl_type(acl_name); in vfs_get_acl()
1179 if (acl_type < 0) in vfs_get_acl()
1195 acl = __get_acl(idmap, dentry, inode, acl_type); in vfs_get_acl()
1218 int acl_type; in vfs_remove_acl() local
1223 acl_type = posix_acl_type(acl_name); in vfs_remove_acl()
[all …]
/linux/security/tomoyo/
H A Dcommon.c1408 const u8 acl_type = acl->type; in tomoyo_print_entry() local
1418 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry()
1440 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry()
1449 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry()
1470 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry()
1491 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry()
1514 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry()
1547 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry()
1569 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry()
1578 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
/linux/fs/smb/client/
H A Dcifssmb.c3315 const int acl_type, const int size_of_data_area) in cifs_to_posix_acl() argument
3327 if (acl_type == ACL_TYPE_ACCESS) { in cifs_to_posix_acl()
3338 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_to_posix_acl()
3402 const int acl_type) in posix_acl_to_cifs() argument
3424 if (acl_type == ACL_TYPE_ACCESS) { in posix_acl_to_cifs()
3427 } else if (acl_type == ACL_TYPE_DEFAULT) { in posix_acl_to_cifs()
3431 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in posix_acl_to_cifs()
3447 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_get_acl() argument
3525 acl_type, count); in cifs_do_get_acl()
3541 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_set_acl() argument
[all …]
/linux/fs/smb/server/
H A Dvfs.c1545 int acl_type) in ksmbd_vfs_make_xattr_posix_acl() argument
1556 posix_acls = get_inode_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
/linux/fs/nfs/
H A Dnfs4proc.c6063 .acl_type = type, in __nfs4_get_acl_uncached()
6067 .acl_type = type, in __nfs4_get_acl_uncached()
6184 .acl_type = type, in __nfs4_proc_set_acl()