Searched refs:a_version (Results 1 – 12 of 12) sorted by relevance
26 ((bch_acl_header *)value)->a_version != cpu_to_le32(BCH_ACL_VERSION)) in bch2_acl_to_text()104 if (((bch_acl_header *)value)->a_version != in bch2_acl_from_disk()235 acl_header->a_version = cpu_to_le32(BCH_ACL_VERSION); in bch2_acl_to_xattr()
24 __le32 a_version; member
30 if (((ext2_acl_header *)value)->a_version != in ext2_acl_from_disk()103 ext_acl->a_version = cpu_to_le32(EXT2_ACL_VERSION); in ext2_acl_to_disk()
31 __le32 a_version; member
57 if (hdr->a_version != cpu_to_le32(F2FS_ACL_VERSION)) in f2fs_acl_from_disk()126 f2fs_acl->a_version = cpu_to_le32(F2FS_ACL_VERSION); in f2fs_acl_to_disk()
24 jint32_t a_version; member
68 ver = je32_to_cpu(header->a_version); in jffs2_acl_from_medium()140 header->a_version = cpu_to_je32(JFFS2_ACL_VERSION); in jffs2_acl_to_medium()
28 if (((ext4_acl_header *)value)->a_version != in ext4_acl_from_disk()102 ext_acl->a_version = cpu_to_le32(EXT4_ACL_VERSION); in ext4_acl_to_disk()
737 if (header->a_version != cpu_to_le32(POSIX_ACL_XATTR_VERSION)) in posix_acl_fix_xattr_common()847 ext_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in posix_acl_to_xattr()906 ext_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in vfs_posix_acl_to_xattr()
4924 dummy_acl.a_version = in __process_new_xattr()
Completed in 29 milliseconds