Lines Matching refs:first
131 /* first blocks in the file */
981 * than the first
1385 __le32 s_first_error_time; /* first time an error happened */
1386 __le32 s_first_error_ino; /* inode involved in first error */
1387 __le64 s_first_error_block; /* block involved of first error */
1769 * Error number codes for s_{first,last}_error_errno
2174 * directories into the first block group of a flexgroup
2401 /* calculate the first block number of the group */
3300 ext4_grpblk_t bb_first_free; /* first free block */
3615 extern void ext4_double_down_write_data_sem(struct inode *first,
3668 #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1)