/kernel/linux/linux-5.10/include/linux/ |
D | mount.h | 21 struct vfsmount; 71 struct vfsmount { struct 80 extern int mnt_want_write(struct vfsmount *mnt); argument 82 extern int mnt_clone_write(struct vfsmount *mnt); 83 extern void mnt_drop_write(struct vfsmount *mnt); 85 extern void mntput(struct vfsmount *mnt); 86 extern struct vfsmount *mntget(struct vfsmount *mnt); 87 extern struct vfsmount *mnt_clone_internal(const struct path *path); 88 extern bool __mnt_is_readonly(struct vfsmount *mnt); 89 extern bool mnt_may_suid(struct vfsmount *mnt); [all …]
|
D | path.h | 6 struct vfsmount; 9 struct vfsmount *mnt;
|
D | fs_pin.h | 12 struct vfsmount; 23 void pin_insert(struct fs_pin *, struct vfsmount *);
|
D | nfs_ssc.h | 18 struct file *(*sco_open)(struct vfsmount *ss_mnt, 42 static inline struct file *nfs42_ssc_open(struct vfsmount *ss_mnt, in nfs42_ssc_open()
|
D | exportfs.h | 12 struct vfsmount; 222 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
|
D | file.h | 21 struct vfsmount; 25 extern struct file *alloc_file_pseudo(struct inode *, struct vfsmount *,
|
D | devpts_fs.h | 19 struct vfsmount *devpts_mntget(struct file *, struct pts_fs_info *);
|
D | fsnotify_backend.h | 335 FSNOTIFY_ITER_FUNCS(vfsmount, VFSMOUNT) 421 extern void __fsnotify_vfsmount_delete(struct vfsmount *mnt); 603 static inline void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
|
/kernel/linux/linux-5.10/fs/ |
D | mount.h | 44 struct vfsmount mnt; 85 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() 95 static inline int is_mounted(struct vfsmount *mnt) in is_mounted() 101 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *); 103 extern int __legitimize_mnt(struct vfsmount *, unsigned); 104 extern bool legitimize_mnt(struct vfsmount *, unsigned); 141 int (*show)(struct seq_file *, struct vfsmount *);
|
D | internal.h | 75 extern int vfs_path_lookup(struct dentry *, struct vfsmount *, 86 extern struct vfsmount *lookup_mnt(const struct path *); 87 extern int finish_automount(struct vfsmount *, struct path *); 96 extern void dissolve_on_fput(struct vfsmount *);
|
D | namespace.c | 90 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() 247 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() 287 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly() 312 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write() 351 int mnt_want_write(struct vfsmount *m) in mnt_want_write() 375 int mnt_clone_write(struct vfsmount *mnt) in mnt_clone_write() 429 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write() 444 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write() 564 int __legitimize_mnt(struct vfsmount *bastard, unsigned seq) in __legitimize_mnt() 592 bool legitimize_mnt(struct vfsmount *bastard, unsigned seq) in legitimize_mnt() [all …]
|
D | proc_namespace.c | 64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts() 98 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 132 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 194 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 240 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument
|
D | fhandle.c | 115 static struct vfsmount *get_vfsmount_from_fd(int fd) in get_vfsmount_from_fd() 117 struct vfsmount *mnt; in get_vfsmount_from_fd()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifs_dfs_ref.c | 267 static struct vfsmount *cifs_dfs_do_mount(struct dentry *mntpt, in cifs_dfs_do_mount() 271 struct vfsmount *mnt; in cifs_dfs_do_mount() 286 return (struct vfsmount *)mountdata; in cifs_dfs_do_mount() 298 static struct vfsmount *cifs_dfs_do_automount(struct dentry *mntpt) in cifs_dfs_do_automount() 306 struct vfsmount *mnt; in cifs_dfs_do_automount() 395 struct vfsmount *cifs_dfs_d_automount(struct path *path) in cifs_dfs_d_automount() 397 struct vfsmount *newmnt; in cifs_dfs_d_automount()
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | expire.c | 29 static int autofs_mount_busy(struct vfsmount *mnt, in autofs_mount_busy() 150 static int autofs_direct_busy(struct vfsmount *mnt, in autofs_direct_busy() 182 static int autofs_tree_busy(struct vfsmount *mnt, in autofs_tree_busy() 241 static struct dentry *autofs_check_leaves(struct vfsmount *mnt, in autofs_check_leaves() 275 struct vfsmount *mnt, in autofs_expire_direct() 322 struct vfsmount *mnt, in should_expire() 421 struct vfsmount *mnt, in autofs_expire_indirect() 537 struct vfsmount *mnt, in autofs_expire_run() 575 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_do_expire_multi() 611 int autofs_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_expire_multi()
|
D | autofs_i.h | 156 int autofs_expire_run(struct super_block *, struct vfsmount *, 159 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, 161 int autofs_expire_multi(struct super_block *, struct vfsmount *,
|
/kernel/linux/linux-5.10/fs/afs/ |
D | mntpt.c | 157 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntpt) in afs_mntpt_do_automount() 160 struct vfsmount *mnt; in afs_mntpt_do_automount() 182 struct vfsmount *afs_d_automount(struct path *path) in afs_d_automount() 184 struct vfsmount *newmnt; in afs_d_automount()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | sharedsubtree.rst | 33 Shared subtree provides four different flavors of mounts; struct vfsmount to be 244 Note: the word 'vfsmount' and the noun 'mount' have been used 257 A 'propagation event' is defined as event generated on a vfsmount 265 A 'shared mount' is defined as a vfsmount that belongs to a 281 A 'slave mount' is defined as a vfsmount that receives 296 A vfsmount can be both shared as well as slave. This state 297 indicates that the mount is a slave of some vfsmount, and 298 has its own peer group too. This vfsmount receives propagation 299 events from its master vfsmount, and also forwards propagation 302 Strictly speaking, the vfsmount is shared having its own [all …]
|
D | automount-support.rst | 57 vfsmount thereon for potential expiry on the next call. 59 If a vfsmount was already flagged for expiry, and if its usage count is 1 60 (it's only referenced by its parent vfsmount), then it will be deleted 71 mount is made on an expirable mount, the new vfsmount will not be on the
|
/kernel/linux/linux-5.10/kernel/ |
D | usermode_driver.c | 12 static struct vfsmount *blob_to_mnt(const void *data, size_t len, const char *name) in blob_to_mnt() 15 struct vfsmount *mnt; in blob_to_mnt() 62 struct vfsmount *mnt; in umd_load_blob()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | ovl_entry.h | 33 struct vfsmount *mnt; 86 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt()
|
/kernel/linux/linux-5.10/fs/exportfs/ |
D | expfs.c | 27 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name() 121 static struct dentry *reconnect_one(struct vfsmount *mnt, in reconnect_one() 212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() 420 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gemfs.c | 17 struct vfsmount *gemfs; in i915_gemfs_init()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
D | mount.h | 45 int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags);
|
/kernel/linux/linux-5.10/fs/notify/ |
D | fsnotify.h | 48 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
|