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

/external/kernel-headers/original/uapi/linux/
H A Dposix_acl_xattr.h23 /* Supported ACL a_version fields */
36 __le32 a_version; member in struct:posix_acl_xattr_header
/external/f2fs-tools/fsck/
H A Dxattr.h63 __le32 a_version; member in struct:f2fs_acl_header
H A Dmount.c66 if (hdr->a_version != cpu_to_le32(F2FS_ACL_VERSION)) {
68 le32_to_cpu(hdr->a_version), F2FS_ACL_VERSION);
/external/e2fsprogs/misc/
H A Dfuse2fs.c120 u_int32_t a_version; member in struct:__anon5697
156 __u32 a_version; member in struct:__anon5700
200 if (facl_count < 0 || facl->a_version != ACL_EA_VERSION)
207 h->a_version = ext2fs_cpu_to_le32(EXT4_ACL_VERSION);
254 eacl->a_version != ext2fs_cpu_to_le32(EXT4_ACL_VERSION))
261 f->a_version = ACL_EA_VERSION;

Completed in 109 milliseconds