Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hpfs/
Dinode.c29 hpfs_inode->i_ea_mode = 0; in hpfs_init_inode()
91 hpfs_inode->i_ea_mode = 1; in hpfs_read_inode()
131 if (!hpfs_inode->i_ea_mode) i->i_mode &= ~0111; in hpfs_read_inode()
166 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))) || hpfs_inode->i_ea_mode) { in hpfs_write_inode_ea()
170 hpfs_inode->i_ea_mode = 1; in hpfs_write_inode_ea()
Ddir.c272 if (!hpfs_result->i_ea_mode && de->read_only) in hpfs_lookup()
Dhpfs_fn.h55 unsigned i_ea_mode : 1; /* file's permission is stored in ea */ member