Home
last modified time | relevance | path

Searched refs:a_version (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/fs/jffs2/
Dacl.h24 jint32_t a_version; member
Dacl.c68 ver = je32_to_cpu(header->a_version); in jffs2_acl_from_medium()
139 header->a_version = cpu_to_je32(JFFS2_ACL_VERSION); in jffs2_acl_to_medium()
/linux-4.4.14/fs/f2fs/
Dacl.h34 __le32 a_version; member
Dacl.c56 if (hdr->a_version != cpu_to_le32(F2FS_ACL_VERSION)) in f2fs_acl_from_disk()
123 f2fs_acl->a_version = cpu_to_le32(F2FS_ACL_VERSION); in f2fs_acl_to_disk()
/linux-4.4.14/fs/ext2/
Dacl.h23 __le32 a_version; member
Dacl.c29 if (((ext2_acl_header *)value)->a_version != in ext2_acl_from_disk()
102 ext_acl->a_version = cpu_to_le32(EXT2_ACL_VERSION); in ext2_acl_to_disk()
/linux-4.4.14/include/linux/
Dposix_acl_xattr.h32 __le32 a_version; member
/linux-4.4.14/fs/ext4/
Dacl.h23 __le32 a_version; member
Dacl.c26 if (((ext4_acl_header *)value)->a_version != in ext4_acl_from_disk()
100 ext_acl->a_version = cpu_to_le32(EXT4_ACL_VERSION); in ext4_acl_to_disk()
/linux-4.4.14/fs/reiserfs/
Dacl.h18 __le32 a_version; member
Dxattr_acl.c64 if (((reiserfs_acl_header *) value)->a_version != in reiserfs_posix_acl_from_disk()
137 ext_acl->a_version = cpu_to_le32(REISERFS_ACL_VERSION); in reiserfs_posix_acl_to_disk()
/linux-4.4.14/fs/
Dposix_acl.c612 if (header->a_version != cpu_to_le32(POSIX_ACL_XATTR_VERSION)) in posix_acl_fix_xattr_userns()
670 if (header->a_version != cpu_to_le32(POSIX_ACL_XATTR_VERSION)) in posix_acl_from_xattr()
740 ext_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in posix_acl_to_xattr()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dacl.c186 new->a_version = cpu_to_le32(CFS_ACL_XATTR_VERSION); in lustre_posix_acl_xattr_filter()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4024 LASSERTF((int)offsetof(posix_acl_xattr_header, a_version) == 0, "found %lld\n", in lustre_assert_wire_constants()
4025 (long long)(int)offsetof(posix_acl_xattr_header, a_version)); in lustre_assert_wire_constants()
4026 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
4027 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_version)); in lustre_assert_wire_constants()
/linux-4.4.14/fs/cifs/
Dcifssmb.c3402 local_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in cifs_copy_posix_acl()
3446 count, buflen, le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix()
3447 if (le32_to_cpu(local_acl->a_version) != 2) { in ACL_to_cifs_posix()
3449 le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix()
/linux-4.4.14/fs/btrfs/
Dsend.c4202 dummy_acl.a_version = in __process_new_xattr()