sb_eas            254 fs/hpfs/dir.c  		else if (le32_to_cpu(de->ea_size) && hpfs_sb(dir->i_sb)->sb_eas)
sb_eas             77 fs/hpfs/hpfs_fn.h 	unsigned sb_eas : 2;		/* eas: 0-ignore, 1-ro, 2-rw */
sb_eas             62 fs/hpfs/inode.c 	if (hpfs_sb(i->i_sb)->sb_eas) {
sb_eas            153 fs/hpfs/inode.c 	} else*/ if (hpfs_sb(i->i_sb)->sb_eas >= 2) {
sb_eas            230 fs/hpfs/namei.c 	if (hpfs_sb(dir->i_sb)->sb_eas < 2) return -EPERM;
sb_eas            305 fs/hpfs/namei.c 	if (hpfs_sb(dir->i_sb)->sb_eas < 2) {
sb_eas            460 fs/hpfs/super.c 	eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk;
sb_eas            482 fs/hpfs/super.c 	sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk;
sb_eas            516 fs/hpfs/super.c 	if (!sbi->sb_eas)
sb_eas            518 fs/hpfs/super.c 	if (sbi->sb_eas == 1)
sb_eas            632 fs/hpfs/super.c 	sbi->sb_eas = eas;