Lines Matching defs:mount
12 #include <linux/mount.h>
784 * @idmap: idmap of the target mount
982 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count)
986 if (unlikely(!*mount)) {
992 if (!*mount)
993 *mount = mnt;
995 mntget(*mount);
1003 void simple_release_fs(struct vfsmount **mount, int *count)
1007 mnt = *mount;
1009 *mount = NULL;