Lines Matching full:filesystem
31 * @sb: super block of the filesystem
58 * @fs_userns: the filesystem's idmapping
65 * filesystem are identical no remapping is required.
76 * make_vfsuid - map a filesystem kuid according to an idmapping
78 * @fs_userns: the filesystem's idmapping
86 * If initial_idmapping() tells us that the filesystem is not mounted with an
116 * make_vfsgid - map a filesystem kgid according to an idmapping
118 * @fs_userns: the filesystem's idmapping
126 * If initial_idmapping() tells us that the filesystem is not mounted with an
154 * from_vfsuid - map a vfsuid into the filesystem idmapping
156 * @fs_userns: the filesystem's idmapping
159 * Map @vfsuid into the filesystem idmapping. This function has to be used in
162 * Return: @vfsuid mapped into the filesystem idmapping
182 * from_vfsgid - map a vfsgid into the filesystem idmapping
184 * @fs_userns: the filesystem's idmapping
187 * Map @vfsgid into the filesystem idmapping. This function has to be used in
190 * Return: @vfsgid mapped into the filesystem idmapping