Searched refs:sb_fs_size (Results 1 – 5 of 5) 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()
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()594 sbi->sb_fs_size = -1; in hpfs_fill_super()624 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()645 if (sbi->sb_fs_size >= 0x80000000) { in hpfs_fill_super()647 (unsigned)sbi->sb_fs_size); in hpfs_fill_super()
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