Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dsuper.c393 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
415 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
540 sbi->sb_uid = uid; in hpfs_fill_super()
Dinode.c17 i->i_uid = hpfs_sb(sb)->sb_uid; in hpfs_init_inode()
152 if ((i->i_uid != hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) { in hpfs_write_inode_ea()
Dhpfs_fn.h73 uid_t sb_uid; /* uid from mount options */ member