Home
last modified time | relevance | path

Searched refs:h_blocks (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ext2/
Dxattr.h30 __le32 h_blocks; /* number of disk blocks used */ member
Dxattr.c181 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_get()
271 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_list()
410 header->h_blocks != cpu_to_le32(1)) { in ext2_xattr_set()
529 header->h_blocks = header->h_refcount = cpu_to_le32(1); in ext2_xattr_set()
788 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_delete_inode()
/linux-4.19.296/fs/ext4/
Dxattr.h33 __le32 h_blocks; /* number of disk blocks used */ member
Dxattr.c240 BHDR(bh)->h_blocks != cpu_to_le32(1)) in __ext4_xattr_check_block()
2017 header(s->base)->h_blocks = cpu_to_le32(1); in ext4_xattr_block_set()