Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/ext2fs/
Dext2_extattr.c289 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_list()
430 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_get()
690 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_delete()
1083 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_block_set()
1187 header->h_blocks = 1; in ext2_extattr_block_set()
1230 if (header->h_magic != EXTATTR_MAGIC || header->h_blocks != 1) { in ext2_extattr_free()
Dext2_extattr.h60 int32_t h_blocks; /* number of disk blocks used */ member