Searched refs:sb_gid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | super.c | 456 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs() 478 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs() 499 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options() 626 sbi->sb_gid = gid; in hpfs_fill_super()
|
H A D | inode.c | 20 i->i_gid = hpfs_sb(sb)->sb_gid; in hpfs_init_inode() 160 if (!gid_eq(i->i_gid, hpfs_sb(i->i_sb)->sb_gid) || hpfs_inode->i_ea_gid) { in hpfs_write_inode_ea()
|
H A D | hpfs_fn.h | 75 kgid_t sb_gid; /* gid from mount options */ member
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | super.c | 456 uid = sbi->sb_uid; gid = sbi->sb_gid; in hpfs_remount_fs() 478 sbi->sb_uid = uid; sbi->sb_gid = gid; in hpfs_remount_fs() 499 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options() 626 sbi->sb_gid = gid; in hpfs_fill_super()
|
H A D | inode.c | 20 i->i_gid = hpfs_sb(sb)->sb_gid; in hpfs_init_inode() 160 if (!gid_eq(i->i_gid, hpfs_sb(i->i_sb)->sb_gid) || hpfs_inode->i_ea_gid) { in hpfs_write_inode_ea()
|
H A D | hpfs_fn.h | 75 kgid_t sb_gid; /* gid from mount options */ member
|
Completed in 6 milliseconds