Home
last modified time | relevance | path

Searched refs:is_all_xattrs_deleted (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A Dxattr.c775 int is_all_xattrs_deleted = 0; in hfsplus_removexattr() local
800 is_all_xattrs_deleted = !hfsplus_attr_exists(inode, NULL); in hfsplus_removexattr()
802 if (!is_xattr_acl_deleted && !is_all_xattrs_deleted) in hfsplus_removexattr()
812 if (is_all_xattrs_deleted) in hfsplus_removexattr()
823 if (is_all_xattrs_deleted) in hfsplus_removexattr()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.c774 int is_all_xattrs_deleted; in hfsplus_removexattr() local
799 is_all_xattrs_deleted = !hfsplus_attr_exists(inode, NULL); in hfsplus_removexattr()
801 if (!is_xattr_acl_deleted && !is_all_xattrs_deleted) in hfsplus_removexattr()
811 if (is_all_xattrs_deleted) in hfsplus_removexattr()
822 if (is_all_xattrs_deleted) in hfsplus_removexattr()

Completed in 3 milliseconds