Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dsuper.c135 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
155 buf->f_blocks = sbi->sb_fs_size; in hpfs_statfs()
505 sbi->sb_fs_size = -1; in hpfs_fill_super()
535 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()
556 if (sbi->sb_fs_size >= 0x80000000) { in hpfs_fill_super()
558 (unsigned)sbi->sb_fs_size); in hpfs_fill_super()
Dmap.c20 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap()
26 if (!sec || sec > hpfs_sb(s)->sb_fs_size-4) { in hpfs_map_bitmap()
96 int n = (hpfs_sb(s)->sb_fs_size + 0x200000 - 1) >> 21; in hpfs_load_bitmap_directory()
Dalloc.c50 start + len > hpfs_sb(s)->sb_fs_size) { in hpfs_chk_sectors()
162 n_bmps = (sbi->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_alloc_sector()
163 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector()
299 int n_bmps = (hpfs_sb(s)->sb_fs_size + 0x4000 - 1) >> 14; in hpfs_check_free_dnodes()
Dhpfs_fn.h66 unsigned sb_fs_size; /* file system size, sectors */ member