Searched refs:posix_acl_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dposix_acl_xattr.h61 static inline int posix_acl_type(const char *name) function
/linux-master/fs/
H A Dposix_acl.c1097 acl_type = posix_acl_type(acl_name);
1173 acl_type = posix_acl_type(acl_name);
1218 acl_type = posix_acl_type(acl_name);
/linux-master/fs/reiserfs/
H A Dxattr.c778 return (posix_acl_type(name) >= 0) &&
/linux-master/fs/overlayfs/
H A Dinode.c406 real_acl = get_inode_acl(realinode, posix_acl_type(acl_name));

Completed in 112 milliseconds