Lines Matching full:filesystem
60 * make_vfsuid - map a filesystem kuid according to an idmapping
62 * @fs_userns: the filesystem's idmapping
70 * If initial_idmapping() tells us that the filesystem is not mounted with an
101 * make_vfsgid - map a filesystem kgid according to an idmapping
103 * @fs_userns: the filesystem's idmapping
111 * If initial_idmapping() tells us that the filesystem is not mounted with an
140 * from_vfsuid - map a vfsuid into the filesystem idmapping
142 * @fs_userns: the filesystem's idmapping
145 * Map @vfsuid into the filesystem idmapping. This function has to be used in
148 * Return: @vfsuid mapped into the filesystem idmapping
169 * from_vfsgid - map a vfsgid into the filesystem idmapping
171 * @fs_userns: the filesystem's idmapping
174 * Map @vfsgid into the filesystem idmapping. This function has to be used in
177 * Return: @vfsgid mapped into the filesystem idmapping