Home
last modified time | relevance | path

Searched refs:sb_dirband_size (Results 1 – 3 of 3) sorted by relevance

/fs/hpfs/
Dalloc.c55 if (unlikely(sbi->sb_n_free_dnodes >= sbi->sb_dirband_size / 4)) { in hpfs_claim_dirband_free()
79 …hpfs_sb(s)->sb_dirband_start && sec < hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->sb_dirband_size) { in chk_if_allocated()
284 if (nr >= sbi->sb_dirband_start + sbi->sb_dirband_size) in alloc_in_dirband()
285 nr = sbi->sb_dirband_start + sbi->sb_dirband_size - 4; in alloc_in_dirband()
412 dno >= hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->sb_dirband_size) { in hpfs_free_dnode()
540 if (start < sbi->sb_dirband_start + sbi->sb_dirband_size && end > sbi->sb_dirband_start) { in hpfs_trim_fs()
Dsuper.c193 buf->f_files = sbi->sb_dirband_size / 4; in hpfs_statfs()
623 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()
687 a = sbi->sb_dirband_size; in hpfs_fill_super()
688 sbi->sb_dirband_size = 0; in hpfs_fill_super()
695 sbi->sb_dirband_size = a; in hpfs_fill_super()
Dhpfs_fn.h70 unsigned sb_dirband_size; /* directory band size, dnodes */ member