Home
last modified time | relevance | path

Searched refs:sb_fs_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/hpfs/
Dalloc.c29 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()
Dmap.c22 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()
Dsuper.c150 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
190 buf->f_blocks = sbi->sb_fs_size; in hpfs_statfs()
588 sbi->sb_fs_size = -1; in hpfs_fill_super()
620 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()
641 if (sbi->sb_fs_size >= 0x80000000) { in hpfs_fill_super()
643 (unsigned)sbi->sb_fs_size); in hpfs_fill_super()
Dbuffer.c43 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()
Dhpfs_fn.h67 unsigned sb_fs_size; /* file system size, sectors */ member