Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dposix_acl.c1091 int acl_type; in vfs_set_acl() local
1096 acl_type = posix_acl_type(acl_name); in vfs_set_acl()
1097 if (acl_type < 0) in vfs_set_acl()
1133 error = set_posix_acl(idmap, dentry, acl_type, kacl); in vfs_set_acl()
1170 int acl_type, error; in vfs_get_acl() local
1172 acl_type = posix_acl_type(acl_name); in vfs_get_acl()
1173 if (acl_type < 0) in vfs_get_acl()
1189 acl = __get_acl(idmap, dentry, inode, acl_type); in vfs_get_acl()
1212 int acl_type; in vfs_remove_acl() local
1217 acl_type = posix_acl_type(acl_name); in vfs_remove_acl()
[all …]
/linux-6.15/security/tomoyo/
H A Dcommon.c1387 const u8 acl_type = acl->type; in tomoyo_print_entry() local
1397 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry()
1419 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) { in tomoyo_print_entry()
1428 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) { in tomoyo_print_entry()
1449 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) { in tomoyo_print_entry()
1470 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) { in tomoyo_print_entry()
1493 } else if (acl_type == TOMOYO_TYPE_INET_ACL) { in tomoyo_print_entry()
1526 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) { in tomoyo_print_entry()
1548 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) { in tomoyo_print_entry()
1557 } else if (acl_type == TOMOYO_TYPE_ENV_ACL) { in tomoyo_print_entry()
/linux-6.15/fs/smb/client/
H A Dcifssmb.c2914 const int acl_type, const int size_of_data_area) in cifs_to_posix_acl() argument
2926 if (acl_type == ACL_TYPE_ACCESS) { in cifs_to_posix_acl()
2937 } else if (acl_type == ACL_TYPE_DEFAULT) { in cifs_to_posix_acl()
3001 const int acl_type) in posix_acl_to_cifs() argument
3023 if (acl_type == ACL_TYPE_ACCESS) { in posix_acl_to_cifs()
3026 } else if (acl_type == ACL_TYPE_DEFAULT) { in posix_acl_to_cifs()
3030 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type); in posix_acl_to_cifs()
3046 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_get_acl() argument
3121 acl_type, count); in cifs_do_get_acl()
3137 const int acl_type, const struct nls_table *nls_codepage, in cifs_do_set_acl() argument
[all …]
H A Dcifsproto.h574 struct posix_acl **acl, const int acl_type,
578 const struct posix_acl *acl, const int acl_type,
/linux-6.15/include/linux/
H A Dnfs_xdr.h837 enum nfs4_acl_type acl_type; member
849 enum nfs4_acl_type acl_type; member
858 enum nfs4_acl_type acl_type; member
/linux-6.15/fs/smb/server/
H A Dvfs.c1386 int acl_type) in ksmbd_vfs_make_xattr_posix_acl() argument
1397 posix_acls = get_inode_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c1713 nfs4_acltype_to_bitmap(arg->acl_type, bitmap); in encode_setacl()
2643 nfs4_acltype_to_bitmap(args->acl_type, nfs4_acl_bitmap); in nfs4_xdr_enc_getacl()
6574 status = decode_getacl(xdr, rqstp, res, res->acl_type); in nfs4_xdr_dec_getacl()
H A Dnfs4proc.c6117 .acl_type = type, in __nfs4_get_acl_uncached()
6121 .acl_type = type, in __nfs4_get_acl_uncached()
6236 .acl_type = type, in __nfs4_proc_set_acl()