Home
last modified time | relevance | path

Searched refs:vfsmount (Results 1 – 142 of 142) sorted by relevance

/linux-4.1.27/include/linux/
Dmount.h20 struct vfsmount;
66 struct vfsmount { struct
75 extern int mnt_want_write(struct vfsmount *mnt); argument
77 extern int mnt_clone_write(struct vfsmount *mnt);
78 extern void mnt_drop_write(struct vfsmount *mnt);
80 extern void mntput(struct vfsmount *mnt);
81 extern struct vfsmount *mntget(struct vfsmount *mnt);
82 extern struct vfsmount *mnt_clone_internal(struct path *path);
83 extern int __mnt_is_readonly(struct vfsmount *mnt);
86 extern struct vfsmount *clone_private_mount(struct path *path);
[all …]
Dfs_pin.h11 struct vfsmount;
22 void pin_insert_group(struct fs_pin *, struct vfsmount *, struct hlist_head *);
23 void pin_insert(struct fs_pin *, struct vfsmount *);
Dfsnotify_backend.h225 struct vfsmount *mnt; /* vfsmount this mark is associated with */
246 extern void __fsnotify_vfsmount_delete(struct vfsmount *mnt);
328 extern void fsnotify_recalc_vfsmount_mask(struct vfsmount *mnt);
335 …uct fsnotify_mark *fsnotify_find_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt);
344 struct inode *inode, struct vfsmount *mnt, int allow_dups);
346 struct inode *inode, struct vfsmount *mnt, int allow_dups);
384 static inline void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
Dpath.h5 struct vfsmount;
8 struct vfsmount *mnt;
Dexportfs.h10 struct vfsmount;
223 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
Dfs.h48 struct vfsmount;
1645 int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
1947 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
1985 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
1987 extern void kern_unmount(struct vfsmount *mnt);
1988 extern int may_umount_tree(struct vfsmount *);
1989 extern int may_umount(struct vfsmount *);
1992 extern struct vfsmount *collect_mounts(struct path *);
1993 extern void drop_collected_mounts(struct vfsmount *);
1994 extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *,
[all …]
Dacct.h22 struct vfsmount;
Dfile.h17 struct vfsmount;
Dnamei.h9 struct vfsmount;
Dpid_namespace.h35 struct vfsmount *proc_mnt;
Dipc_namespace.h47 struct vfsmount *mq_mnt;
Dfdtable.h63 struct vfsmount;
Ddcache.h15 struct vfsmount;
161 struct vfsmount *(*d_automount)(struct path *);
Ddebugfs.h66 struct vfsmount *(*f)(void *),
Dfsnotify.h128 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
Dsecurity.h43 struct vfsmount;
1504 int (*sb_umount) (struct vfsmount *mnt, int flags);
1808 int security_sb_umount(struct vfsmount *mnt, int flags);
2117 static inline int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
Dnfs_fs.h347 extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dnfs_xdr.h1451 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,
/linux-4.1.27/fs/
Dmount.h34 struct vfsmount mnt;
72 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount()
82 static inline int is_mounted(struct vfsmount *mnt) in is_mounted()
88 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
89 extern struct mount *__lookup_mnt_last(struct vfsmount *, struct dentry *);
91 extern bool legitimize_mnt(struct vfsmount *, unsigned);
123 int (*show)(struct seq_file *, struct vfsmount *);
Dinternal.h52 extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
61 extern struct vfsmount *lookup_mnt(struct path *);
62 extern int finish_automount(struct vfsmount *, struct path *);
68 extern int __mnt_want_write(struct vfsmount *);
70 extern void __mnt_drop_write(struct vfsmount *);
104 extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
Dnamespace.c81 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash()
274 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
318 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly()
343 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write()
382 int mnt_want_write(struct vfsmount *m) in mnt_want_write()
406 int mnt_clone_write(struct vfsmount *mnt) in mnt_clone_write()
460 void __mnt_drop_write(struct vfsmount *mnt) in __mnt_drop_write()
475 void mnt_drop_write(struct vfsmount *mnt) in mnt_drop_write()
593 bool legitimize_mnt(struct vfsmount *bastard, unsigned seq) in legitimize_mnt()
618 struct mount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) in __lookup_mnt()
[all …]
Dproc_namespace.c60 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
93 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
127 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
187 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
234 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument
Dfs_pin.c21 void pin_insert_group(struct fs_pin *pin, struct vfsmount *m, struct hlist_head *p) in pin_insert_group()
30 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert()
Dnsfs.c8 static struct vfsmount *nsfs_mnt;
49 struct vfsmount *mnt = mntget(nsfs_mnt); in ns_get_path()
Dfhandle.c114 static struct vfsmount *get_vfsmount_from_fd(int fd) in get_vfsmount_from_fd()
116 struct vfsmount *mnt; in get_vfsmount_from_fd()
Dlibfs.c28 int simple_getattr(struct vfsmount *mnt, struct dentry *dentry, in simple_getattr()
543 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
545 struct vfsmount *mnt = NULL; in simple_pin_fs()
564 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
566 struct vfsmount *mnt; in simple_release_fs()
1106 static int empty_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in empty_dir_getattr()
Danon_inodes.c25 static struct vfsmount *anon_inode_mnt __read_mostly;
Dbad_inode.c92 static int bad_inode_getattr(struct vfsmount *mnt, struct dentry *dentry, in bad_inode_getattr()
Dfile_table.c189 struct vfsmount *mnt = file->f_path.mnt; in __fput()
Dstatfs.c43 static int calculate_f_flags(struct vfsmount *mnt) in calculate_f_flags()
Dnamei.c517 struct vfsmount *mnt = path->mnt; in path_connected()
989 struct vfsmount *mnt; in follow_automount()
1068 struct vfsmount *mnt = path->mnt; /* held by caller, must be left alone */ in follow_managed()
1091 struct vfsmount *mounted = lookup_mnt(path); in follow_managed()
1129 struct vfsmount *mounted; in follow_down_one()
1280 struct vfsmount *mounted = lookup_mnt(path); in follow_down()
1303 struct vfsmount *mounted = lookup_mnt(path); in follow_mount()
1430 struct vfsmount *mnt = nd->path.mnt; in lookup_fast()
2137 int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, in vfs_path_lookup()
3320 struct file *do_file_open_root(struct dentry *dentry, struct vfsmount *mnt, in do_file_open_root()
Dbinfmt_misc.c61 static struct vfsmount *bm_mnt;
Dinode.c1516 static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, in relatime_need_update()
1589 struct vfsmount *mnt = path->mnt; in touch_atime()
Dpipe.c622 static struct vfsmount *pipe_mnt __read_mostly;
Dopen.c989 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root()
Daio.c200 static struct vfsmount *aio_mnt;
Dblock_dev.c554 static struct vfsmount *bd_mnt; in bdev_cache_init()
Ddcache.c2894 struct vfsmount *vfsmnt; in prepend_path()
/linux-4.1.27/fs/nfs/
Dnamespace.c139 struct vfsmount *nfs_d_automount(struct path *path) in nfs_d_automount()
141 struct vfsmount *mnt; in nfs_d_automount()
181 nfs_namespace_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_namespace_getattr()
225 static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, in nfs_do_clone_mount()
240 struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, in nfs_do_submount()
250 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_submount()
261 mnt = (struct vfsmount *)devname; in nfs_do_submount()
275 struct vfsmount *nfs_submount(struct nfs_server *server, struct dentry *dentry, in nfs_submount()
Dnfs4namespace.c237 static struct vfsmount *try_location(struct nfs_clone_mount *mountdata, in try_location()
243 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location()
296 static struct vfsmount *nfs_follow_referral(struct dentry *dentry, in nfs_follow_referral()
299 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral()
352 static struct vfsmount *nfs_do_refmount(struct rpc_clnt *client, struct dentry *dentry) in nfs_do_refmount()
354 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount()
394 struct vfsmount *nfs4_submount(struct nfs_server *server, struct dentry *dentry, in nfs4_submount()
402 struct vfsmount *mnt; in nfs4_submount()
Dnfs4super.c129 static struct vfsmount *nfs_do_root_mount(struct file_system_type *fs_type, in nfs_do_root_mount()
132 struct vfsmount *root_mnt; in nfs_do_root_mount()
216 static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt, in nfs_follow_remote_path()
242 struct vfsmount *root_mnt; in nfs4_try_mount()
301 struct vfsmount *root_mnt; in nfs4_referral_mount()
Dinternal.h401 extern struct vfsmount *nfs_d_automount(struct path *path);
402 struct vfsmount *nfs_submount(struct nfs_server *, struct dentry *,
404 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *,
Dnfs4_fs.h226 struct vfsmount *nfs4_submount(struct nfs_server *, struct dentry *,
Dinode.c642 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
/linux-4.1.27/fs/notify/
Dvfsmount_mark.c33 void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
60 void fsnotify_recalc_vfsmount_mask(struct vfsmount *mnt) in fsnotify_recalc_vfsmount_mask()
71 struct vfsmount *mnt = mark->mnt; in fsnotify_destroy_vfsmount_mark()
91 struct vfsmount *mnt) in fsnotify_find_vfsmount_mark()
109 struct fsnotify_group *group, struct vfsmount *mnt, in fsnotify_add_vfsmount_mark()
Dfsnotify.h34 struct fsnotify_group *group, struct vfsmount *mnt,
49 extern void fsnotify_clear_marks_by_mount(struct vfsmount *mnt);
Dmark.c320 struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark_locked()
381 struct inode *inode, struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark()
Dfsnotify.c40 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
/linux-4.1.27/fs/cifs/
Dcifs_dfs_ref.c244 static struct vfsmount *cifs_dfs_do_refmount(struct cifs_sb_info *cifs_sb, in cifs_dfs_do_refmount()
247 struct vfsmount *mnt; in cifs_dfs_do_refmount()
256 return (struct vfsmount *)mountdata; in cifs_dfs_do_refmount()
278 static struct vfsmount *cifs_dfs_do_automount(struct dentry *mntpt) in cifs_dfs_do_automount()
288 struct vfsmount *mnt; in cifs_dfs_do_automount()
358 struct vfsmount *cifs_dfs_d_automount(struct path *path) in cifs_dfs_d_automount()
360 struct vfsmount *newmnt; in cifs_dfs_d_automount()
Dcifsfs.h76 extern int cifs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
113 extern struct vfsmount *cifs_dfs_d_automount(struct path *path);
Dinode.c1955 int cifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt18 structure (vfsmount and dentry).
23 superblock and gain a vfsmount structure representing it.
28 (c) Call do_add_mount() to install the new vfsmount into the namespace's
37 vfsmount and its root dentry. The ref counts on these will need
72 pointer to this list. It will hang the vfsmount off of it if it succeeds.
76 vfsmount thereon for potential expiry on the next call.
78 If a vfsmount was already flagged for expiry, and if its usage count is 1
79 (it's only referenced by its parent vfsmount), then it will be deleted
90 mount is made on an expirable mount, the new vfsmount will not be on the
Dsharedsubtree.txt30 Shared subtree provides four different flavors of mounts; struct vfsmount to be
232 Note: the word 'vfsmount' and the noun 'mount' have been used
244 A 'propagation event' is defined as event generated on a vfsmount
252 A 'shared mount' is defined as a vfsmount that belongs to a
267 A 'slave mount' is defined as a vfsmount that receives
282 A vfsmount can be both shared as well as slave. This state
283 indicates that the mount is a slave of some vfsmount, and
284 has its own peer group too. This vfsmount receives propagation
285 events from its master vfsmount, and also forwards propagation
288 Strictly speaking, the vfsmount is shared having its own
[all …]
Dpath-lookup.txt44 the namespace. A path is represented as a (dentry, vfsmount) tuple. The name
61 must be followed into (thus changing the vfsmount that subsequent path elements
63 mounted vfsmount. These behaviours are variously modified depending on the
297 * Similarly take the vfsmount lock for the entire path walk. So now mnt
327 "store-free" path walking is not strictly store free. We take vfsmount lock
Dvfs.txt100 filesystem. New vfsmount referring to the tree returned by ->mount()
102 reaches the mountpoint it will jump into the root of that vfsmount.
358 int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
933 struct vfsmount *(*d_automount)(struct path *);
987 However, our vfsmount is pinned, and RCU held, so the dentries and
1025 the vfsmount creation failed, then an error code should be returned.
1029 If a vfsmount is returned, the caller will attempt to mount it on the
1030 mountpoint and will remove the vfsmount from its expiration list in
1031 the case of failure. The vfsmount should be returned with 2 refs on
DLocking21 struct vfsmount *(*d_automount)(struct path *path);
59 int (*getattr) (struct vfsmount *, struct dentry *, struct kstat *);
Dporting54 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
/linux-4.1.27/fs/autofs4/
Dexpire.c38 static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry) in autofs4_mount_busy()
189 static int autofs4_direct_busy(struct vfsmount *mnt, in autofs4_direct_busy()
214 static int autofs4_tree_busy(struct vfsmount *mnt, in autofs4_tree_busy()
269 static struct dentry *autofs4_check_leaves(struct vfsmount *mnt, in autofs4_check_leaves()
297 struct vfsmount *mnt, in autofs4_expire_direct()
345 struct vfsmount *mnt, in should_expire()
427 struct vfsmount *mnt, in autofs4_expire_indirect()
525 struct vfsmount *mnt, in autofs4_expire_run()
561 int autofs4_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs4_do_expire_multi()
593 int autofs4_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs4_expire_multi()
Dautofs_i.h156 int autofs4_expire_run(struct super_block *, struct vfsmount *,
159 int autofs4_do_expire_multi(struct super_block *sb, struct vfsmount *mnt,
161 int autofs4_expire_multi(struct super_block *, struct vfsmount *,
164 struct vfsmount *mnt,
167 struct vfsmount *mnt,
Droot.c36 static struct vfsmount *autofs4_d_automount(struct path *);
334 static struct vfsmount *autofs4_d_automount(struct path *path) in autofs4_d_automount()
822 static inline int autofs4_ask_umount(struct vfsmount *mnt, int __user *p) in autofs4_ask_umount()
Ddev-ioctl.c476 struct vfsmount *mnt; in autofs_dev_ioctl_expire()
/linux-4.1.27/fs/afs/
Dmntpt.c125 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntpt) in afs_mntpt_do_automount()
128 struct vfsmount *mnt; in afs_mntpt_do_automount()
227 struct vfsmount *afs_d_automount(struct path *path) in afs_d_automount()
229 struct vfsmount *newmnt; in afs_d_automount()
Dinternal.h572 extern int afs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
595 extern struct vfsmount *afs_d_automount(struct path *);
Dinode.c377 int afs_getattr(struct vfsmount *mnt, struct dentry *dentry, in afs_getattr()
/linux-4.1.27/fs/ocfs2/
Dfile.h71 int ocfs2_getattr(struct vfsmount *mnt, struct dentry *dentry,
76 struct vfsmount *vfsmnt);
Ddlmglue.h117 struct vfsmount *vfsmnt,
Dfile.c217 struct vfsmount *vfsmnt) in ocfs2_should_update_atime()
1274 int ocfs2_getattr(struct vfsmount *mnt, in ocfs2_getattr()
Ddlmglue.c2467 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime()
/linux-4.1.27/fs/debugfs/
Dinode.c33 static struct vfsmount *debugfs_mount;
187 static struct vfsmount *debugfs_automount(struct path *path) in debugfs_automount()
189 struct vfsmount *(*f)(void *); in debugfs_automount()
190 f = (struct vfsmount *(*)(void *))path->dentry->d_fsdata; in debugfs_automount()
452 struct vfsmount *(*f)(void *), in debugfs_create_automount()
/linux-4.1.27/fs/exportfs/
Dexpfs.c25 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name()
119 static struct dentry *reconnect_one(struct vfsmount *mnt, in reconnect_one()
205 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path()
412 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
/linux-4.1.27/fs/proc/
Droot.c199 static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat in proc_root_getattr()
264 struct vfsmount *mnt; in pid_ns_prepare_proc()
Dinternal.h163 extern int pid_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dproc_net.c142 static int proc_tgid_net_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_tgid_net_getattr()
Dgeneric.c120 static int proc_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_getattr()
Dbase.c1496 int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in pid_getattr()
2668 static void proc_flush_task_mnt(struct vfsmount *mnt, pid_t pid, pid_t tgid) in proc_flush_task_mnt()
3187 static int proc_task_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in proc_task_getattr()
Dproc_sysctl.c765 static int proc_sys_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in proc_sys_getattr()
/linux-4.1.27/fs/kernfs/
Dkernfs-internal.h83 int kernfs_iop_getattr(struct vfsmount *mnt, struct dentry *dentry,
Dinode.c270 int kernfs_iop_getattr(struct vfsmount *mnt, struct dentry *dentry, in kernfs_iop_getattr()
/linux-4.1.27/fs/coda/
Dcoda_linux.h50 int coda_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dinode.c258 int coda_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in coda_getattr()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h493 struct vfsmount *lsi_srv_mnt; /* the one server mount */
521 struct vfsmount *lmi_mnt;
538 struct vfsmount *mnt));
/linux-4.1.27/kernel/
Daudit_tree.c578 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root()
592 struct vfsmount *root_mnt; in audit_trim_trees()
650 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount()
711 struct vfsmount *mnt; in audit_add_tree_rule()
782 struct vfsmount *tagged; in audit_tag_tree()
Dacct.c193 struct vfsmount *mnt, *internal; in acct_on()
Dsysctl_binary.c1300 struct vfsmount *mnt; in binary_sysctl()
/linux-4.1.27/fs/overlayfs/
Dsuper.c38 struct vfsmount *upper_mnt;
40 struct vfsmount **lower_mnt;
640 static struct dentry *ovl_workdir_create(struct vfsmount *mnt, in ovl_workdir_create()
942 ufs->lower_mnt = kcalloc(numlower, sizeof(struct vfsmount *), GFP_KERNEL); in ovl_fill_super()
946 struct vfsmount *mnt = clone_private_mount(&stack[i]); in ovl_fill_super()
Dinode.c80 static int ovl_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_getattr()
Ddir.c135 static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_dir_getattr()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c515 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark()
602 struct vfsmount *mnt) in fanotify_add_new_mark()
626 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark()
805 struct vfsmount *mnt = NULL; in SYSCALL_DEFINE5()
/linux-4.1.27/fs/configfs/
Dmount.c40 static struct vfsmount *configfs_mount = NULL;
/linux-4.1.27/fs/ecryptfs/
Dkthread.c133 struct vfsmount *lower_mnt, in ecryptfs_privileged_open()
Decryptfs_kernel.h518 static inline struct vfsmount *
702 struct vfsmount *lower_mnt,
Dinode.c337 struct vfsmount *lower_mnt; in ecryptfs_lookup_interpose()
978 static int ecryptfs_getattr_link(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr_link()
1002 static int ecryptfs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr()
/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c28 static struct vfsmount *test_mnt = NULL;
/linux-4.1.27/security/
Dinode.c25 static struct vfsmount *mount;
Dcapability.c106 static int cap_sb_umount(struct vfsmount *mnt, int flags) in cap_sb_umount()
Dsecurity.c309 int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
/linux-4.1.27/fs/minix/
Dminix.h54 extern int minix_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dinode.c626 int minix_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in minix_getattr()
/linux-4.1.27/security/selinux/include/
Dsecurity.h232 extern struct vfsmount *selinuxfs_mount;
/linux-4.1.27/fs/sysv/
Dsysv.h145 extern int sysv_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Ditree.c443 int sysv_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in sysv_getattr()
/linux-4.1.27/security/smack/
Dsmack.h427 struct vfsmount *m) in smk_ad_setfield_u_fs_path_mnt()
Dsmackfs.c2521 static struct vfsmount *smackfs_mount;
/linux-4.1.27/fs/cachefiles/
Dinternal.h61 struct vfsmount *mnt; /* mountpoint holding the cache */
/linux-4.1.27/security/tomoyo/
Dtomoyo.c424 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c57 struct vfsmount *mnt);
1182 struct vfsmount *lmd2_mnt;
1265 struct vfsmount *mnt)) in lustre_register_client_fill_super()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c423 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context()
542 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()
/linux-4.1.27/fs/fat/
Dfile.c306 int fat_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in fat_getattr()
Dfat.h364 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
/linux-4.1.27/fs/tracefs/
Dinode.c30 static struct vfsmount *tracefs_mount;
/linux-4.1.27/fs/ext4/
Dfile.c256 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
Dext4.h2300 extern int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
Dinode.c4870 int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, in ext4_getattr()
/linux-4.1.27/fs/devpts/
Dinode.c98 static struct vfsmount *devpts_mnt;
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_internal.h761 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
797 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
Dllite_lib.c153 struct vfsmount *mnt) in client_common_fill_super()
911 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) in ll_fill_super()
Dfile.c1055 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime()
3020 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat) in ll_getattr()
/linux-4.1.27/arch/um/drivers/
Dmconsole_kern.c126 struct vfsmount *mnt = task_active_pid_ns(current)->proc_mnt; in mconsole_proc()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_drv.c477 static struct vfsmount *drm_fs_mnt;
/linux-4.1.27/ipc/
Dmqueue.c784 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE4()
863 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE1()
/linux-4.1.27/fs/hppfs/
Dhppfs.c711 struct vfsmount *proc_mnt; in hppfs_fill_super()
/linux-4.1.27/fs/ceph/
Dsuper.h758 extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
Dinode.c1990 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
/linux-4.1.27/security/apparmor/
Dlsm.c203 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c473 v9fs_vfs_getattr_dotl(struct vfsmount *mnt, struct dentry *dentry, in v9fs_vfs_getattr_dotl()
Dvfs_inode.c1053 v9fs_vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, in v9fs_vfs_getattr()
/linux-4.1.27/fs/ubifs/
Dubifs.h1753 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
Ddir.c1135 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ubifs_getattr()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c942 static struct vfsmount *hugetlbfs_vfsmount[HUGE_MAX_HSTATE];
/linux-4.1.27/fs/f2fs/
Dfile.c574 int f2fs_getattr(struct vfsmount *mnt, in f2fs_getattr()
Df2fs.h1427 int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
/linux-4.1.27/fs/xfs/
Dxfs_iops.c445 struct vfsmount *mnt, in xfs_vn_getattr()
/linux-4.1.27/fs/btrfs/
Dsuper.c1195 struct vfsmount *mnt; in mount_subvol()
Dinode.c9088 static int btrfs_getattr(struct vfsmount *mnt, in btrfs_getattr()
/linux-4.1.27/security/selinux/
Dselinuxfs.c1855 struct vfsmount *selinuxfs_mount;
Dhooks.c2703 static int selinux_umount(struct vfsmount *mnt, int flags) in selinux_umount()
/linux-4.1.27/fs/gfs2/
Dinode.c1798 static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, in gfs2_getattr()
/linux-4.1.27/fs/fuse/
Ddir.c1726 static int fuse_getattr(struct vfsmount *mnt, struct dentry *entry, in fuse_getattr()
/linux-4.1.27/kernel/trace/
Dtrace.c6689 static struct vfsmount *trace_automount(void *ingore) in trace_automount()
6691 struct vfsmount *mnt; in trace_automount()
/linux-4.1.27/mm/
Dshmem.c36 static struct vfsmount *shm_mnt;
/linux-4.1.27/net/
Dsocket.c329 static struct vfsmount *sock_mnt __read_mostly;
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c1527 static struct vfsmount *pfmfs_mnt __read_mostly;