Home
last modified time | relevance | path

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

/linux-4.4.14/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.h230 struct vfsmount *mnt; /* vfsmount this mark is associated with */
253 extern void __fsnotify_vfsmount_delete(struct vfsmount *mnt);
335 extern void fsnotify_recalc_vfsmount_mask(struct vfsmount *mnt);
342 …uct fsnotify_mark *fsnotify_find_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt);
351 struct inode *inode, struct vfsmount *mnt, int allow_dups);
353 struct inode *inode, struct vfsmount *mnt, int allow_dups);
393 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.h49 struct vfsmount;
1665 int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
1972 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
2010 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
2012 extern void kern_unmount(struct vfsmount *mnt);
2013 extern int may_umount_tree(struct vfsmount *);
2014 extern int may_umount(struct vfsmount *);
2017 extern struct vfsmount *collect_mounts(struct path *);
2018 extern void drop_collected_mounts(struct vfsmount *);
2019 extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *,
[all …]
Dacct.h22 struct vfsmount;
Dfile.h17 struct vfsmount;
Dpid_namespace.h35 struct vfsmount *proc_mnt;
Dipc_namespace.h47 struct vfsmount *mq_mnt;
Dfdtable.h68 struct vfsmount;
Ddcache.h15 struct vfsmount;
161 struct vfsmount *(*d_automount)(struct path *);
Dfsnotify.h128 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
Ddebugfs.h65 struct vfsmount *(*f)(void *),
Dsecurity.h44 struct vfsmount;
225 int security_sb_umount(struct vfsmount *mnt, int flags);
535 static inline int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
Dnfs_fs.h351 extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dlsm_hooks.h1345 int (*sb_umount)(struct vfsmount *mnt, int flags);
Dnfs_xdr.h1509 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,
/linux-4.4.14/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 int __legitimize_mnt(struct vfsmount *, unsigned);
92 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 int __legitimize_mnt(struct vfsmount *bastard, unsigned seq) in __legitimize_mnt()
612 bool legitimize_mnt(struct vfsmount *bastard, unsigned seq) in legitimize_mnt()
[all …]
Dproc_namespace.c61 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
94 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
128 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
188 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
235 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.c9 static struct vfsmount *nsfs_mnt;
50 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.c23 int simple_getattr(struct vfsmount *mnt, struct dentry *dentry, in simple_getattr()
538 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
540 struct vfsmount *mnt = NULL; in simple_pin_fs()
559 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
561 struct vfsmount *mnt; in simple_release_fs()
1115 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.c572 struct vfsmount *mnt = path->mnt; in path_connected()
1086 struct vfsmount *mnt; in follow_automount()
1165 struct vfsmount *mnt = path->mnt; /* held by caller, must be left alone */ in follow_managed()
1188 struct vfsmount *mounted = lookup_mnt(path); in follow_managed()
1230 struct vfsmount *mounted; in follow_down_one()
1383 struct vfsmount *mounted = lookup_mnt(path); in follow_down()
1406 struct vfsmount *mounted = lookup_mnt(path); in follow_mount()
1532 struct vfsmount *mnt = nd->path.mnt; in lookup_fast()
2267 int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, in vfs_path_lookup()
3363 struct file *do_file_open_root(struct dentry *dentry, struct vfsmount *mnt, in do_file_open_root()
Dinode.c1534 static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, in relatime_need_update()
1608 struct vfsmount *mnt = path->mnt; in atime_needs_update()
1636 struct vfsmount *mnt = path->mnt; in touch_atime()
Dbinfmt_misc.c61 static struct vfsmount *bm_mnt;
Dpipe.c658 static struct vfsmount *pipe_mnt __read_mostly;
Dopen.c993 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root()
Daio.c200 static struct vfsmount *aio_mnt;
Dblock_dev.c589 static struct vfsmount *bd_mnt; in bdev_cache_init()
Ddcache.c2896 struct vfsmount *vfsmnt; in prepend_path()
/linux-4.4.14/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.h417 extern struct vfsmount *nfs_d_automount(struct path *path);
418 struct vfsmount *nfs_submount(struct nfs_server *, struct dentry *,
420 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *,
Dnfs4_fs.h228 struct vfsmount *nfs4_submount(struct nfs_server *, struct dentry *,
Dinode.c648 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
/linux-4.4.14/fs/notify/
Dvfsmount_mark.c41 void fsnotify_recalc_vfsmount_mask(struct vfsmount *mnt) in fsnotify_recalc_vfsmount_mask()
52 struct vfsmount *mnt = mark->mnt; in fsnotify_destroy_vfsmount_mark()
72 struct vfsmount *mnt) in fsnotify_find_vfsmount_mark()
90 struct fsnotify_group *group, struct vfsmount *mnt, in fsnotify_add_vfsmount_mark()
Dfsnotify.h36 struct fsnotify_group *group, struct vfsmount *mnt,
54 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
Dmark.c336 struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark_locked()
397 struct inode *inode, struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark()
Dfsnotify.c39 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
/linux-4.4.14/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.4.14/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.4.14/Documentation/filesystems/
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 …]
Dautomount-support.txt51 vfsmount thereon for potential expiry on the next call.
53 If a vfsmount was already flagged for expiry, and if its usage count is 1
54 (it's only referenced by its parent vfsmount), then it will be deleted
65 mount is made on an expirable mount, the new vfsmount will not be on the
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 *);
940 struct vfsmount *(*d_automount)(struct path *);
994 However, our vfsmount is pinned, and RCU held, so the dentries and
1032 the vfsmount creation failed, then an error code should be returned.
1036 If a vfsmount is returned, the caller will attempt to mount it on the
1037 mountpoint and will remove the vfsmount from its expiration list in
1038 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.4.14/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.4.14/fs/ocfs2/
Dfile.h71 int ocfs2_getattr(struct vfsmount *mnt, struct dentry *dentry,
76 struct vfsmount *vfsmnt);
Ddlmglue.h117 struct vfsmount *vfsmnt,
Dfile.c221 struct vfsmount *vfsmnt) in ocfs2_should_update_atime()
1288 int ocfs2_getattr(struct vfsmount *mnt, in ocfs2_getattr()
Ddlmglue.c2467 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime()
/linux-4.4.14/fs/debugfs/
Dinode.c33 static struct vfsmount *debugfs_mount;
182 static struct vfsmount *debugfs_automount(struct path *path) in debugfs_automount()
184 struct vfsmount *(*f)(void *); in debugfs_automount()
185 f = (struct vfsmount *(*)(void *))path->dentry->d_fsdata; in debugfs_automount()
447 struct vfsmount *(*f)(void *), in debugfs_create_automount()
/linux-4.4.14/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.4.14/fs/proc/
Droot.c201 static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat in proc_root_getattr()
266 struct vfsmount *mnt; in pid_ns_prepare_proc()
Dproc_net.c142 static int proc_tgid_net_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_tgid_net_getattr()
Dinternal.h163 extern int pid_getattr(struct vfsmount *, struct dentry *, struct kstat *);
Dgeneric.c120 static int proc_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_getattr()
Dbase.c1684 int pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in pid_getattr()
2852 static void proc_flush_task_mnt(struct vfsmount *mnt, pid_t pid, pid_t tgid) in proc_flush_task_mnt()
3371 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.4.14/drivers/staging/lustre/lustre/include/
Dlustre_disk.h353 struct vfsmount *lsi_srv_mnt; /* the one server mount */
380 struct vfsmount *lmi_mnt;
390 struct vfsmount *mnt));
/linux-4.4.14/fs/kernfs/
Dkernfs-internal.h82 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.4.14/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.4.14/kernel/
Daudit_tree.c580 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root()
594 struct vfsmount *root_mnt; in audit_trim_trees()
652 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount()
713 struct vfsmount *mnt; in audit_add_tree_rule()
784 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.4.14/fs/notify/fanotify/
Dfanotify_user.c515 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark()
606 struct vfsmount *mnt) in fanotify_add_new_mark()
630 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark()
809 struct vfsmount *mnt = NULL; in SYSCALL_DEFINE5()
/linux-4.4.14/fs/overlayfs/
Dsuper.c38 struct vfsmount *upper_mnt;
40 struct vfsmount **lower_mnt;
744 static struct dentry *ovl_workdir_create(struct vfsmount *mnt, in ovl_workdir_create()
1040 ufs->lower_mnt = kcalloc(numlower, sizeof(struct vfsmount *), GFP_KERNEL); in ovl_fill_super()
1044 struct vfsmount *mnt = clone_private_mount(&stack[i]); in ovl_fill_super()
Dinode.c77 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.4.14/fs/configfs/
Dmount.c40 static struct vfsmount *configfs_mount = NULL;
/linux-4.4.14/fs/btrfs/tests/
Dbtrfs-tests.c28 static struct vfsmount *test_mnt = NULL;
/linux-4.4.14/fs/ecryptfs/
Dkthread.c133 struct vfsmount *lower_mnt, in ecryptfs_privileged_open()
Decryptfs_kernel.h517 static inline struct vfsmount *
701 struct vfsmount *lower_mnt,
Dinode.c336 struct vfsmount *lower_mnt; in ecryptfs_lookup_interpose()
975 static int ecryptfs_getattr_link(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr_link()
999 static int ecryptfs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ecryptfs_getattr()
/linux-4.4.14/security/
Dinode.c25 static struct vfsmount *mount;
Dsecurity.c311 int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
/linux-4.4.14/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.4.14/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.4.14/fs/devpts/
Dinode.c98 static struct vfsmount *devpts_mnt;
712 struct vfsmount *mnt; in init_devpts_fs()
/linux-4.4.14/security/selinux/include/
Dsecurity.h263 extern struct vfsmount *selinuxfs_mount;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c56 struct vfsmount *mnt);
1070 struct vfsmount *lmd2_mnt;
1152 struct vfsmount *mnt)) in lustre_register_client_fill_super()
/linux-4.4.14/security/smack/
Dsmack.h468 struct vfsmount *m) in smk_ad_setfield_u_fs_path_mnt()
Dsmackfs.c2998 static struct vfsmount *smackfs_mount;
/linux-4.4.14/fs/cachefiles/
Dinternal.h60 struct vfsmount *mnt; /* mountpoint holding the cache */
/linux-4.4.14/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.4.14/security/tomoyo/
Dtomoyo.c418 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
/linux-4.4.14/fs/fat/
Dfile.c307 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.4.14/fs/tracefs/
Dinode.c30 static struct vfsmount *tracefs_mount;
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h729 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat);
765 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
Dllite_lib.c144 struct vfsmount *mnt) in client_common_fill_super()
849 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) in ll_fill_super()
Dfile.c1046 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime()
2982 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat) in ll_getattr()
/linux-4.4.14/arch/um/drivers/
Dmconsole_kern.c126 struct vfsmount *mnt = task_active_pid_ns(current)->proc_mnt; in mconsole_proc()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_drv.c500 static struct vfsmount *drm_fs_mnt;
/linux-4.4.14/ipc/
Dmqueue.c780 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE4()
859 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE1()
/linux-4.4.14/fs/ext4/
Dfile.c364 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
Dext4.h2497 extern int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
Dinode.c4921 int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, in ext4_getattr()
/linux-4.4.14/security/apparmor/
Dlsm.c193 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
/linux-4.4.14/fs/ceph/
Dsuper.h792 extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
Dinode.c2071 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
/linux-4.4.14/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.4.14/fs/ubifs/
Dubifs.h1755 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
Ddir.c1134 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ubifs_getattr()
/linux-4.4.14/fs/xfs/
Dxfs_iops.c442 struct vfsmount *mnt, in xfs_vn_getattr()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c1209 static struct vfsmount *hugetlbfs_vfsmount[HUGE_MAX_HSTATE];
/linux-4.4.14/mm/
Dshmem.c36 static struct vfsmount *shm_mnt;
547 static int shmem_getattr(struct vfsmount *mnt, struct dentry *dentry, in shmem_getattr()
/linux-4.4.14/security/selinux/
Dselinuxfs.c1847 struct vfsmount *selinuxfs_mount;
Dhooks.c2714 static int selinux_umount(struct vfsmount *mnt, int flags) in selinux_umount()
/linux-4.4.14/fs/f2fs/
Dfile.c622 int f2fs_getattr(struct vfsmount *mnt, in f2fs_getattr()
Df2fs.h1651 int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
/linux-4.4.14/fs/btrfs/
Dsuper.c1278 struct vfsmount *mnt = NULL; in mount_subvol()
Dinode.c9229 static int btrfs_getattr(struct vfsmount *mnt, in btrfs_getattr()
/linux-4.4.14/fs/gfs2/
Dinode.c1971 static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, in gfs2_getattr()
/linux-4.4.14/fs/fuse/
Ddir.c1710 static int fuse_getattr(struct vfsmount *mnt, struct dentry *entry, in fuse_getattr()
/linux-4.4.14/kernel/trace/
Dtrace.c6816 static struct vfsmount *trace_automount(void *ingore) in trace_automount()
6818 struct vfsmount *mnt; in trace_automount()
/linux-4.4.14/net/
Dsocket.c330 static struct vfsmount *sock_mnt __read_mostly;
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c1527 static struct vfsmount *pfmfs_mnt __read_mostly;