Searched refs:five (Results 1 – 3 of 3) sorted by relevance
/fs/ext4/ |
D | resize.c | 738 unsigned int *five, unsigned int *seven) in ext4_list_backups() argument 761 if (*five < *min) { in ext4_list_backups() 762 min = five; in ext4_list_backups() 787 unsigned five = 5; in verify_reserved_gdb() local 793 while ((grp = ext4_list_backups(sb, &three, &five, &seven)) < end) { in verify_reserved_gdb() 1149 unsigned five = 5; in update_backups() local 1164 group = ext4_list_backups(sb, &three, &five, &seven); in update_backups() 1215 group = ext4_list_backups(sb, &three, &five, &seven); in update_backups()
|
D | ioctl.c | 194 unsigned int five = 5; in ext4_update_superblocks_fn() local 265 grp = ext4_list_backups(sb, &three, &five, &seven); in ext4_update_superblocks_fn()
|
D | ext4.h | 3073 unsigned int *three, unsigned int *five,
|