Home
last modified time | relevance | path

Searched refs:XATTR_POSIX_ACL_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dxattr.h81 #define XATTR_POSIX_ACL_DEFAULT "posix_acl_default" macro
82 #define XATTR_NAME_POSIX_ACL_DEFAULT XATTR_SYSTEM_PREFIX XATTR_POSIX_ACL_DEFAULT
/openbmc/linux/fs/xfs/
H A Dxfs_xattr.c260 XATTR_POSIX_ACL_DEFAULT, in xfs_xattr_put_listent()
261 strlen(XATTR_POSIX_ACL_DEFAULT)); in xfs_xattr_put_listent()
/openbmc/linux/fs/gfs2/
H A Dacl.c35 return XATTR_POSIX_ACL_DEFAULT; in gfs2_acl_name()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c43 !strcmp(name, XATTR_POSIX_ACL_DEFAULT) || in ovl_must_copy_xattr()