Searched refs:vfsmount (Results 1 - 25 of 109) sorted by last modified time

12345

/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/erofs/
H A Dfscache.c14 static struct vfsmount *erofs_pseudo_mnt;
455 struct vfsmount *mnt = kern_mount(&erofs_anon_fs_type);
/linux-master/block/
H A Dbdev.c377 struct vfsmount *blockdev_mnt __ro_after_init;
/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/include/linux/
H A Dshmem_fs.h93 extern struct file *shmem_file_setup_with_mnt(struct vfsmount *mnt,
H A Dfs.h66 struct vfsmount;
2508 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
2631 static inline bool is_idmapped_mnt(const struct vfsmount *mnt)
2647 static inline struct file *file_open_root_mnt(struct vfsmount *mnt,
3326 extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
3327 extern void simple_release_fs(struct vfsmount **mount, int *count);
H A Dsecurity.h49 struct vfsmount;
318 int security_sb_umount(struct vfsmount *mnt, int flags);
733 static inline int security_sb_umount(struct vfsmount *mnt, int flags)
H A Dlsm_hook_defs.h74 LSM_HOOK(int, 0, sb_umount, struct vfsmount *mnt, int flags)
H A Dfsnotify_backend.h448 FSNOTIFY_ITER_FUNCS(vfsmount, VFSMOUNT)
467 * Inode/vfsmount/sb point to this structure which tracks all marks attached to
468 * the inode/vfsmount/sb. The reference to inode/vfsmount/sb is held by this
515 /* List of marks for inode / vfsmount [connector->lock, mark ref] */
547 extern void __fsnotify_vfsmount_delete(struct vfsmount *mnt);
799 /* run all the marks in a group, and clear all of the vfsmount marks */
842 static inline void __fsnotify_vfsmount_delete(struct vfsmount *mnt)
H A Dfsnotify.h226 * fsnotify_vfsmount_delete - a vfsmount is being destroyed, clean up is needed
228 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt)
/linux-master/fs/fuse/
H A Ddir.c308 static struct vfsmount *fuse_dentry_automount(struct path *path)
311 struct vfsmount *mnt;
/linux-master/fs/
H A Daio.c255 static struct vfsmount *aio_mnt;
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 Dinode.c1803 static bool relatime_need_update(struct vfsmount *mnt, struct inode *inode,
1936 struct vfsmount *mnt = path->mnt;
1972 struct vfsmount *mnt = path->mnt;
2339 * the vfsmount must be passed through @idmap. This function will then take
2369 * the vfsmount must be passed through @idmap. This function will then take
H A Dpidfs.c125 static struct vfsmount *pidfs_mnt __ro_after_init;
/linux-master/security/
H A Dsecurity.c1472 int security_sb_umount(struct vfsmount *mnt, int flags)
/linux-master/net/
H A Dsocket.c423 static struct vfsmount *sock_mnt __read_mostly;
/linux-master/fs/debugfs/
H A Dinode.c35 static struct vfsmount *debugfs_mount;
253 static struct vfsmount *debugfs_automount(struct path *path)
372 * block. A pointer to that is in the struct vfsmount that we
/linux-master/kernel/trace/
H A Dtrace.c9594 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore)
9596 struct vfsmount *mnt;
/linux-master/fs/nfs/
H A Dnfs4super.c150 struct vfsmount *root_mnt;
H A Dinternal.h480 extern struct vfsmount *nfs_d_automount(struct path *path);
/linux-master/security/selinux/
H A Dhooks.c2780 static int selinux_umount(struct vfsmount *mnt, int flags)
/linux-master/security/landlock/
H A Dfs.c1200 static int hook_sb_umount(struct vfsmount *const mnt, const int flags)
/linux-master/security/apparmor/
H A Dlsm.c754 static int apparmor_sb_umount(struct vfsmount *mnt, int flags)
/linux-master/fs/smb/client/
H A Dcifsfs.h121 extern struct vfsmount *cifs_d_automount(struct path *path);

Completed in 416 milliseconds

12345