sb_dirband_start   79 fs/hpfs/alloc.c 	if (sec >= hpfs_sb(s)->sb_dirband_start && sec < hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->sb_dirband_size) {
sb_dirband_start   80 fs/hpfs/alloc.c 		unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4;
sb_dirband_start  282 fs/hpfs/alloc.c 	if (nr < sbi->sb_dirband_start)
sb_dirband_start  283 fs/hpfs/alloc.c 		nr = sbi->sb_dirband_start;
sb_dirband_start  284 fs/hpfs/alloc.c 	if (nr >= sbi->sb_dirband_start + sbi->sb_dirband_size)
sb_dirband_start  285 fs/hpfs/alloc.c 		nr = sbi->sb_dirband_start + sbi->sb_dirband_size - 4;
sb_dirband_start  286 fs/hpfs/alloc.c 	nr -= sbi->sb_dirband_start;
sb_dirband_start  291 fs/hpfs/alloc.c 	return ((sec & 0x3fff) << 2) + sbi->sb_dirband_start;
sb_dirband_start  411 fs/hpfs/alloc.c 	if (dno < hpfs_sb(s)->sb_dirband_start ||
sb_dirband_start  412 fs/hpfs/alloc.c 	    dno >= hpfs_sb(s)->sb_dirband_start + hpfs_sb(s)->sb_dirband_size) {
sb_dirband_start  417 fs/hpfs/alloc.c 		unsigned ssec = (dno - hpfs_sb(s)->sb_dirband_start) / 4;
sb_dirband_start  540 fs/hpfs/alloc.c 	if (start < sbi->sb_dirband_start + sbi->sb_dirband_size && end > sbi->sb_dirband_start) {
sb_dirband_start  552 fs/hpfs/alloc.c 			err = do_trim(s, sbi->sb_dirband_start + idx * 4, len * 4, start, end, minlen, result);
sb_dirband_start   69 fs/hpfs/hpfs_fn.h 	unsigned sb_dirband_start;	/* directory band start sector */
sb_dirband_start  623 fs/hpfs/super.c 	sbi->sb_dirband_start = le32_to_cpu(superblock->dir_band_start);