Home
last modified time | relevance | path

Searched refs:i_ea_uid (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/hpfs/
Dinode.c30 hpfs_inode->i_ea_uid = 0; in hpfs_init_inode()
64 hpfs_inode->i_ea_uid = 1; in hpfs_read_inode()
152 if ((i->i_uid != hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) { in hpfs_write_inode_ea()
155 hpfs_inode->i_ea_uid = 1; in hpfs_write_inode_ea()
Dhpfs_fn.h56 unsigned i_ea_uid : 1; /* file's uid is stored in ea */ member