Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/linux/
Dposix_acl_xattr.h32 __le32 a_version; member
/linux-4.1.27/fs/ext3/
Dacl.h23 __le32 a_version; member
Dacl.c25 if (((ext3_acl_header *)value)->a_version != in ext3_acl_from_disk()
98 ext_acl->a_version = cpu_to_le32(EXT3_ACL_VERSION); in ext3_acl_to_disk()
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c190 new->a_version = cpu_to_le32(CFS_ACL_XATTR_VERSION); in lustre_posix_acl_xattr_filter()
316 new->a_version = cpu_to_le32(CFS_ACL_XATTR_VERSION); in lustre_acl_xattr_merge2posix()
367 new->a_version = cpu_to_le32(CFS_ACL_XATTR_VERSION); in lustre_acl_xattr_merge2posix()
/linux-4.1.27/fs/
Dposix_acl.c618 if (header->a_version != cpu_to_le32(POSIX_ACL_XATTR_VERSION)) in posix_acl_fix_xattr_userns()
676 if (header->a_version != cpu_to_le32(POSIX_ACL_XATTR_VERSION)) in posix_acl_from_xattr()
746 ext_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in posix_acl_to_xattr()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4026 LASSERTF((int)offsetof(posix_acl_xattr_header, a_version) == 0, "found %lld\n", in lustre_assert_wire_constants()
4027 (long long)(int)offsetof(posix_acl_xattr_header, a_version)); in lustre_assert_wire_constants()
4028 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
4029 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_version)); in lustre_assert_wire_constants()
/linux-4.1.27/fs/cifs/
Dcifssmb.c3396 local_acl->a_version = cpu_to_le32(POSIX_ACL_XATTR_VERSION); in cifs_copy_posix_acl()
3440 count, buflen, le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix()
3441 if (le32_to_cpu(local_acl->a_version) != 2) { in ACL_to_cifs_posix()
3443 le32_to_cpu(local_acl->a_version)); in ACL_to_cifs_posix()
/linux-4.1.27/fs/btrfs/
Dsend.c4122 dummy_acl.a_version = in __process_new_xattr()