Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_extattr.c287 le32toh(header->h_blocks) != 1) { in ext2_extattr_block_list()
429 le32toh(header->h_blocks) != 1) { in ext2_extattr_block_get()
691 le32toh(header->h_blocks) != 1) { in ext2_extattr_block_delete()
1087 le32toh(header->h_blocks) != 1) { in ext2_extattr_block_set()
1191 header->h_blocks = htole32(1); in ext2_extattr_block_set()
1234 le32toh(header->h_blocks) != 1) { in ext2_extattr_free()
H A Dext2_extattr.h57 int32_t h_blocks; /* number of disk blocks used */ member