Searched refs:vfsmount (Results 76 - 100 of 109) sorted by relevance

12345

/linux-master/drivers/gpu/drm/
H A Ddrm_drv.c516 * iput(), but this way you'd end up with a new vfsmount for each inode.
520 static struct vfsmount *drm_fs_mnt;
/linux-master/fs/btrfs/
H A Dsuper.c1123 struct vfsmount *mnt)
1148 /* mount_subtree() drops our reference on the vfsmount. */
1964 static struct vfsmount *btrfs_reconfigure_for_mount(struct fs_context *fc)
1966 struct vfsmount *mnt;
1973 * can get our vfsmount.
2005 struct vfsmount *mnt;
2078 * with a fully constructed vfsmount in btrfs_get_tree_subvol(), and
/linux-master/fs/tracefs/
H A Dinode.c29 static struct vfsmount *tracefs_mount;
555 * block. A pointer to that is in the struct vfsmount that we
/linux-master/fs/overlayfs/
H A Dnamei.c86 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root);
162 struct vfsmount *mnt, bool connected)
H A Dreaddir.c1148 struct vfsmount *mnt, struct dentry *dentry, int level)
H A Dutil.c1489 struct vfsmount *mnt;
/linux-master/fs/
H A Dnamei.c288 * the vfsmount must be passed through @idmap. This function will then take
333 * the vfsmount must be passed through @idmap. This function will then take
394 * the vfsmount must be passed through @idmap. This function will then take
544 * Given a path increment the reference count to the dentry and the vfsmount.
557 * Given a path decrement the reference count to the dentry and the vfsmount.
652 static bool path_connected(struct vfsmount *mnt, struct dentry *dentry)
1179 * the vfsmount must be passed through @idmap. This function will then take
1229 * the vfsmount must be passed through @idmap. This function will then take
1263 * follow_up - Find the mountpoint of path's vfsmount
1380 struct vfsmount *mn
[all...]
H A Dpipe.c865 static struct vfsmount *pipe_mnt __ro_after_init;
/linux-master/fs/proc/
H A Dproc_sysctl.c1600 struct vfsmount **proc_mnt = arg;
1694 struct vfsmount *proc_mnt = NULL;
/linux-master/include/linux/
H A Dlsm_hook_defs.h74 LSM_HOOK(int, 0, sb_umount, struct vfsmount *mnt, int flags)
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c35 static struct vfsmount *ocxlflash_vfs_mount;
/linux-master/drivers/dma-buf/
H A Ddma-buf.c112 static struct vfsmount *dma_buf_mnt;
/linux-master/fs/ext4/
H A Dfile.c808 struct vfsmount *mnt)
/linux-master/fs/nfsd/
H A Dnfs4proc.c1325 extern struct file *nfs42_ssc_open(struct vfsmount *ss_mnt,
1375 /* return vfsmount in (*nsui)->nsui_vfsmount */
1392 struct vfsmount *ss_mnt)
1419 struct vfsmount *ss_mnt;
1560 * vfsmount can be shared by multiple exports,
1586 static struct file *nfs42_ssc_open(struct vfsmount *ss_mnt,
1871 * Source's vfsmount of inter-copy will be unmounted
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h160 struct vfsmount *gemfs;
/linux-master/security/landlock/
H A Dfs.c1200 static int hook_sb_umount(struct vfsmount *const mnt, const int flags)
/linux-master/fs/nfs/
H A Dinternal.h480 extern struct vfsmount *nfs_d_automount(struct path *path);
/linux-master/block/
H A Dbdev.c377 struct vfsmount *blockdev_mnt __ro_after_init;
/linux-master/security/apparmor/
H A Dapparmorfs.c146 static struct vfsmount *aafs_mnt;
2539 struct vfsmount *mount = NULL;
H A Dlsm.c754 static int apparmor_sb_umount(struct vfsmount *mnt, int flags)
/linux-master/fs/fuse/
H A Ddir.c308 static struct vfsmount *fuse_dentry_automount(struct path *path)
311 struct vfsmount *mnt;
/linux-master/fs/afs/
H A Dinternal.h1299 extern struct vfsmount *afs_d_automount(struct path *);
/linux-master/mm/
H A Dshmem.c45 static struct vfsmount *shm_mnt __ro_after_init;
4832 static struct file *__shmem_file_setup(struct vfsmount *mnt, const char *name,
4903 struct file *shmem_file_setup_with_mnt(struct vfsmount *mnt, const char *name,
/linux-master/kernel/
H A Dresource.c2041 static struct vfsmount *iomem_vfs_mount;
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1764 struct vfsmount *gemfs = i915->mm.gemfs;

Completed in 297 milliseconds

12345