Searched refs:sb_eas (Results 1 – 4 of 4) sorted by relevance
62 if (hpfs_sb(i->i_sb)->sb_eas) { in hpfs_read_inode()153 } else*/ if (hpfs_sb(i->i_sb)->sb_eas >= 2) { in hpfs_write_inode_ea()
254 else if (le32_to_cpu(de->ea_size) && hpfs_sb(dir->i_sb)->sb_eas) in hpfs_lookup()
228 if (hpfs_sb(dir->i_sb)->sb_eas < 2) return -EPERM; in hpfs_mknod()302 if (hpfs_sb(dir->i_sb)->sb_eas < 2) { in hpfs_symlink()
77 unsigned sb_eas : 2; /* eas: 0-ignore, 1-ro, 2-rw */ member