Searched refs:sb_fs_size (Results 1 – 4 of 4) sorted by relevance
29 if (unlikely(sbi->sb_n_free >= sbi->sb_fs_size)) { in hpfs_claim_free()103 start + len > hpfs_sb(s)->sb_fs_size) { in hpfs_chk_sectors()215 n_bmps = (sbi->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_alloc_sector()216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()361 int n_bmps = (hpfs_sb(s)->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_check_free_dnodes()534 if (!end || end > sbi->sb_fs_size) in hpfs_trim_fs()535 end = sbi->sb_fs_size; in hpfs_trim_fs()536 if (start >= sbi->sb_fs_size) in hpfs_trim_fs()
22 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap()28 if (!sec || sec > hpfs_sb(s)->sb_fs_size-4) { in hpfs_map_bitmap()40 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_prefetch_bitmap()115 int n = (hpfs_sb(s)->sb_fs_size + 0x200000 - 1) >> 21; in hpfs_load_bitmap_directory()
43 if (n <= 0 || unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()60 if (unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
67 unsigned sb_fs_size; /* file system size, sectors */ member