Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hpfs/ !
Dmap.c20 if (hpfs_sb(s)->sb_chk) if (bmp_block * 16384 > hpfs_sb(s)->sb_fs_size) { in hpfs_map_bitmap()
25 if (!sec || sec > hpfs_sb(s)->sb_fs_size-4) { in hpfs_map_bitmap()
95 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()
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()
506 sbi->sb_fs_size = -1; in hpfs_fill_super()
536 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()
Dhpfs_fn.h66 unsigned sb_fs_size; /* file system size, sectors */ member