Searched refs:max_sectors (Results 1 – 7 of 7) sorted by relevance
| /fs/bcachefs/ |
| A D | io_misc.c | 144 unsigned max_sectors = KEY_SIZE_MAX & (~0 << c->block_bits); in bch2_fpunch_snapshot() local 154 bch2_key_resize(&delete.k, max_sectors); in bch2_fpunch_snapshot() 173 unsigned max_sectors = KEY_SIZE_MAX & (~0 << c->block_bits); in bch2_fpunch_at() local 211 bch2_key_resize(&delete.k, max_sectors); in bch2_fpunch_at()
|
| A D | super-io.c | 296 u64 offset, prev_offset, max_sectors; in validate_sb_layout() local 328 max_sectors = 1 << layout->sb_max_size_bits; in validate_sb_layout() 335 if (offset < prev_offset + max_sectors) { in validate_sb_layout() 338 i - 1, prev_offset + max_sectors, offset); in validate_sb_layout()
|
| /fs/xfs/scrub/ |
| A D | reap.h | 33 xfs_daddr_t max_sectors; member
|
| A D | reap.c | 245 while (scan->__sector_count <= scan->max_sectors) { in xrep_bufscan_advance() 291 .max_sectors = xrep_bufscan_max_sectors(mp, in xreap_agextent_binval() 1109 .max_sectors = xrep_bufscan_max_sectors(mp, in xreap_bmapi_binval()
|
| A D | attr_repair.c | 527 .max_sectors = xrep_bufscan_max_sectors(mp, max_len), in xrep_xattr_find_buf()
|
| /fs/btrfs/ |
| A D | defrag.c | 1276 unsigned long max_sectors, in defrag_one_cluster() argument 1295 if (max_sectors && *sectors_defragged >= max_sectors) { in defrag_one_cluster() 1300 if (max_sectors) in defrag_one_cluster() 1302 (max_sectors - *sectors_defragged) * sectorsize); in defrag_one_cluster()
|
| A D | zoned.c | 754 (u64)lim->max_sectors << SECTOR_SHIFT, in btrfs_check_zoned_mode()
|
Completed in 29 milliseconds