Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dmap.c20 if (s->s_hpfs_chk) if (bmp_block * 16384 > s->s_hpfs_fs_size) { in hpfs_map_bitmap()
25 if (!sec || sec > s->s_hpfs_fs_size-4) { in hpfs_map_bitmap()
95 int n = (s->s_hpfs_fs_size + 0x200000 - 1) >> 21; in hpfs_load_bitmap_directory()
Dalloc.c50 start + len > s->s_hpfs_fs_size) { in hpfs_chk_sectors()
168 n_bmps = (s->s_hpfs_fs_size + 0x4000 - 1) >> 14; in hpfs_alloc_sector()
169 if (near && near < s->s_hpfs_fs_size) { in hpfs_alloc_sector()
323 int n_bmps = (s->s_hpfs_fs_size + 0x4000 - 1) >> 14; in hpfs_check_free_dnodes()
Dsuper.c127 n_bands = (s->s_hpfs_fs_size + 0x3fff) >> 14; in count_bitmaps()
142 buf->f_blocks = s->s_hpfs_fs_size; in hpfs_statfs()
415 s->s_hpfs_fs_size = -1; in hpfs_read_super()
444 s->s_hpfs_fs_size = superblock->n_sectors; in hpfs_read_super()
/linux-2.4.37.9/include/linux/
Dhpfs_fs_sb.h42 #define s_hpfs_fs_size u.hpfs_sb.sb_fs_size macro