Home
last modified time | relevance | path

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

/fs/hpfs/
Dsuper.c403 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs()
425 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs()
548 sbi->sb_uid = uid; in hpfs_fill_super()
Dinode.c18 i->i_uid = hpfs_sb(sb)->sb_uid; in hpfs_init_inode()
153 if (!uid_eq(i->i_uid, hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) { in hpfs_write_inode_ea()
Dhpfs_fn.h66 kuid_t sb_uid; /* uid from mount options */ member