Home
last modified time | relevance | path

Searched refs:mapped_fsuid (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_symlink.c187 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns), in xfs_symlink()
Dxfs_inode.c997 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns), in xfs_create()
1151 error = xfs_qm_vop_dqalloc(dp, mapped_fsuid(mnt_userns), in xfs_create_tmpfile()
/Linux-v5.15/Documentation/filesystems/
Didmappings.rst639 - ``mapped_fsuid()`` and ``mapped_fsgid()``
696 mapped_fsuid(k11000):
735 mapped_fsuid(k11000):
768 mapped_fsuid(k11000):
906 mapped_fsuid(k1125):
986 mapped_fsuid(kid):
996 mapped_fsuid(kid):
/Linux-v5.15/include/linux/
Dfs.h1725 static inline kuid_t mapped_fsuid(struct user_namespace *mnt_userns) in mapped_fsuid() function
1758 inode->i_uid = mapped_fsuid(mnt_userns); in inode_fsuid_set()
1791 return kuid_has_mapping(s_user_ns, mapped_fsuid(mnt_userns)) && in fsuidgid_has_mapping()