Home
last modified time | relevance | path

Searched refs:sb_gid (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()
549 sbi->sb_gid = gid; in hpfs_fill_super()
Dinode.c19 i->i_gid = hpfs_sb(sb)->sb_gid; in hpfs_init_inode()
158 if (!gid_eq(i->i_gid, hpfs_sb(i->i_sb)->sb_gid) || hpfs_inode->i_ea_gid) { in hpfs_write_inode_ea()
Dhpfs_fn.h67 kgid_t sb_gid; /* gid from mount options */ member