Searched refs:sb_fs_size (Results 1 – 5 of 5) sorted by relevance
28 if (unlikely(sbi->sb_n_free >= sbi->sb_fs_size)) { in hpfs_claim_free()102 start + len > hpfs_sb(s)->sb_fs_size) { in hpfs_chk_sectors()214 n_bmps = (sbi->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_alloc_sector()215 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()360 int n_bmps = (hpfs_sb(s)->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_check_free_dnodes()533 if (!end || end > sbi->sb_fs_size) in hpfs_trim_fs()534 end = sbi->sb_fs_size; in hpfs_trim_fs()535 if (start >= sbi->sb_fs_size) in hpfs_trim_fs()
21 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap()27 if (!sec || sec > hpfs_sb(s)->sb_fs_size-4) { in hpfs_map_bitmap()39 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_prefetch_bitmap()114 int n = (hpfs_sb(s)->sb_fs_size + 0x200000 - 1) >> 21; in hpfs_load_bitmap_directory()
149 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()189 buf->f_blocks = sbi->sb_fs_size; in hpfs_statfs()595 sbi->sb_fs_size = -1; in hpfs_fill_super()626 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()647 if (sbi->sb_fs_size >= 0x80000000) { in hpfs_fill_super()649 (unsigned)sbi->sb_fs_size); in hpfs_fill_super()
42 if (n <= 0 || unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()59 if (unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
67 unsigned sb_fs_size; /* file system size, sectors */ member