Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext2/
Dxattr.h29 __le32 h_blocks; /* number of disk blocks used */ member
Dxattr.c180 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_get()
269 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_list()
405 header->h_blocks != cpu_to_le32(1)) { in ext2_xattr_set()
523 header->h_blocks = header->h_refcount = cpu_to_le32(1); in ext2_xattr_set()
773 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_delete_inode()
/linux-3.4.99/fs/ext3/
Dxattr.h28 __le32 h_blocks; /* number of disk blocks used */ member
Dxattr.c166 BHDR(bh)->h_blocks != cpu_to_le32(1)) in ext3_xattr_check_block()
748 header(s->base)->h_blocks = cpu_to_le32(1); in ext3_xattr_block_set()
1101 BHDR(bh)->h_blocks != cpu_to_le32(1)) { in ext3_xattr_delete_inode()
/linux-3.4.99/fs/ext4/
Dxattr.h28 __le32 h_blocks; /* number of disk blocks used */ member
Dxattr.c162 BHDR(bh)->h_blocks != cpu_to_le32(1)) in ext4_xattr_check_block()
762 header(s->base)->h_blocks = cpu_to_le32(1); in ext4_xattr_block_set()
1385 BHDR(bh)->h_blocks != cpu_to_le32(1)) { in ext4_xattr_delete_inode()