Searched refs:sb_uid (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() 498 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options() 625 sbi->sb_uid = uid; in hpfs_fill_super()
|
H A D | inode.c | 19 i->i_uid = hpfs_sb(sb)->sb_uid; in hpfs_init_inode() 155 if (!uid_eq(i->i_uid, hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) { in hpfs_write_inode_ea()
|
H A D | hpfs_fn.h | 74 kuid_t sb_uid; /* uid 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() 498 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options() 625 sbi->sb_uid = uid; in hpfs_fill_super()
|
H A D | inode.c | 19 i->i_uid = hpfs_sb(sb)->sb_uid; in hpfs_init_inode() 155 if (!uid_eq(i->i_uid, hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) { in hpfs_write_inode_ea()
|
H A D | hpfs_fn.h | 74 kuid_t sb_uid; /* uid from mount options */ member
|
Completed in 5 milliseconds