Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dinode.c79 i->i_hpfs_ea_mode = 0; in hpfs_read_inode()
142 i->i_hpfs_ea_mode = 1; in hpfs_read_inode()
181 if (!i->i_hpfs_ea_mode) i->i_mode &= ~0111; in hpfs_read_inode()
217 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))) || i->i_hpfs_ea_mode) { in hpfs_write_inode_ea()
221 i->i_hpfs_ea_mode = 1; in hpfs_write_inode_ea()
Ddir.c239 if (!result->i_hpfs_ea_mode && de->read_only) in hpfs_lookup()
/linux-2.4.37.9/include/linux/
Dhpfs_fs_i.h32 #define i_hpfs_ea_mode u.hpfs_i.i_ea_mode macro