Searched refs:nop_posix_acl_access (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dposix_acl_xattr.h72 extern const struct xattr_handler nop_posix_acl_access;
/linux-master/fs/erofs/
H A Dxattr.h29 [EROFS_XATTR_INDEX_POSIX_ACL_ACCESS] = &nop_posix_acl_access,
/linux-master/fs/bcachefs/
H A Dxattr.c627 &nop_posix_acl_access,
642 &nop_posix_acl_access,
/linux-master/fs/
H A Dposix_acl.c991 * nop_posix_acl_access - legacy xattr handler for access POSIX ACLs
997 const struct xattr_handler nop_posix_acl_access = { variable in typeref:struct:xattr_handler
1001 EXPORT_SYMBOL_GPL(nop_posix_acl_access); variable
/linux-master/fs/f2fs/
H A Dxattr.c195 [F2FS_XATTR_INDEX_POSIX_ACL_ACCESS] = &nop_posix_acl_access,
/linux-master/fs/ext2/
H A Dxattr.c104 [EXT2_XATTR_INDEX_POSIX_ACL_ACCESS] = &nop_posix_acl_access,
/linux-master/fs/jffs2/
H A Dxattr.c947 ret = &nop_posix_acl_access;
/linux-master/fs/ext4/
H A Dxattr.c91 [EXT4_XATTR_INDEX_POSIX_ACL_ACCESS] = &nop_posix_acl_access,
/linux-master/fs/ocfs2/
H A Dxattr.c99 [OCFS2_XATTR_INDEX_POSIX_ACL_ACCESS] = &nop_posix_acl_access,

Completed in 361 milliseconds