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

/linux-master/fs/
H A Dposix_acl.c1092 int acl_type; local
1097 acl_type = posix_acl_type(acl_name);
1098 if (acl_type < 0)
1134 error = set_posix_acl(idmap, dentry, acl_type, kacl);
1171 int acl_type, error; local
1173 acl_type = posix_acl_type(acl_name);
1174 if (acl_type < 0)
1190 acl = __get_acl(idmap, dentry, inode, acl_type);
1213 int acl_type; local
1218 acl_type
[all...]
/linux-master/security/tomoyo/
H A Dcommon.c1387 const u8 acl_type = acl->type; local
1397 else if (acl_type == TOMOYO_TYPE_PATH_ACL) {
1419 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) {
1428 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) {
1449 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) {
1470 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) {
1493 } else if (acl_type == TOMOYO_TYPE_INET_ACL) {
1526 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) {
1548 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) {
1557 } else if (acl_type
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h814 enum nfs4_acl_type acl_type; member in struct:nfs_setaclargs
826 enum nfs4_acl_type acl_type; member in struct:nfs_getaclargs
835 enum nfs4_acl_type acl_type; member in struct:nfs_getaclres
/linux-master/fs/smb/client/
H A Dcifsproto.h576 struct posix_acl **acl, const int acl_type,
580 const struct posix_acl *acl, const int acl_type,
H A Dcifssmb.c2891 * @acl_type: type of POSIX ACL requested
2899 const int acl_type, const int size_of_data_area)
2911 if (acl_type == ACL_TYPE_ACCESS) {
2922 } else if (acl_type == ACL_TYPE_DEFAULT) {
2981 * @acl_type: the type of POSIX ACLs stored in @acl
2986 const int acl_type)
3008 if (acl_type == ACL_TYPE_ACCESS) {
3011 } else if (acl_type == ACL_TYPE_DEFAULT) {
3015 cifs_dbg(FYI, "unknown ACL type %d\n", acl_type);
3031 const int acl_type, cons
2898 cifs_to_posix_acl(struct posix_acl **acl, char *src, const int acl_type, const int size_of_data_area) argument
2985 posix_acl_to_cifs(char *parm_data, const struct posix_acl *acl, const int acl_type) argument
3029 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3120 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3195 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3203 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c1395 int acl_type)
1406 posix_acls = get_inode_acl(inode, acl_type);
1393 ksmbd_vfs_make_xattr_posix_acl(struct mnt_idmap *idmap, struct inode *inode, int acl_type) argument
/linux-master/fs/nfs/
H A Dnfs4xdr.c1715 nfs4_acltype_to_bitmap(arg->acl_type, bitmap);
2618 nfs4_acltype_to_bitmap(args->acl_type, nfs4_acl_bitmap);
6523 status = decode_getacl(xdr, rqstp, res, res->acl_type);
H A Dnfs4proc.c5958 .acl_type = type,
5962 .acl_type = type,
6077 .acl_type = type,

Completed in 212 milliseconds