Home
last modified time | relevance | path

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

/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()
536 sbi->sb_gid = gid; in hpfs_fill_super()
Dinode.c17 i->i_gid = hpfs_sb(sb)->sb_gid; in hpfs_init_inode()
157 if ((i->i_gid != hpfs_sb(i->i_sb)->sb_gid) || hpfs_inode->i_ea_gid) { in hpfs_write_inode_ea()
Dhpfs_fn.h76 gid_t sb_gid; /* gid from mount options */ member