Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext2/
H A Dxattr.h30 __le32 h_blocks; /* number of disk blocks used */ member
H A Dxattr.c142 header->h_blocks != cpu_to_le32(1)) in ext2_xattr_header_valid()
558 header->h_blocks = header->h_refcount = cpu_to_le32(1); in ext2_xattr_set()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.h33 __le32 h_blocks; /* number of disk blocks used */ member
H A Dxattr.c238 BHDR(bh)->h_blocks != cpu_to_le32(1)) in __ext4_xattr_check_block()
1938 header(s->base)->h_blocks = cpu_to_le32(1); in ext4_xattr_block_set()