Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hpfs/
Dinode.c31 hpfs_inode->i_ea_mode = 0; in hpfs_init_inode()
94 hpfs_inode->i_ea_mode = 1; in hpfs_read_inode()
134 if (!hpfs_inode->i_ea_mode) i->i_mode &= ~0111; in hpfs_read_inode()
169 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))) || hpfs_inode->i_ea_mode) { in hpfs_write_inode_ea()
173 hpfs_inode->i_ea_mode = 1; in hpfs_write_inode_ea()
Dhpfs_fn.h56 unsigned i_ea_mode : 1; /* file's permission is stored in ea */ member
Ddir.c289 if (!hpfs_result->i_ea_mode && de->read_only) in hpfs_lookup()