| /linux-4.4.14/include/linux/ |
| D | mount.h | 20 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 …]
|
| D | fs_pin.h | 11 struct vfsmount; 22 void pin_insert_group(struct fs_pin *, struct vfsmount *, struct hlist_head *); 23 void pin_insert(struct fs_pin *, struct vfsmount *);
|
| D | fsnotify_backend.h | 230 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()
|
| D | path.h | 5 struct vfsmount; 8 struct vfsmount *mnt;
|
| D | exportfs.h | 10 struct vfsmount; 223 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
|
| D | fs.h | 49 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 …]
|
| D | acct.h | 22 struct vfsmount;
|
| D | file.h | 17 struct vfsmount;
|
| D | pid_namespace.h | 35 struct vfsmount *proc_mnt;
|
| D | ipc_namespace.h | 47 struct vfsmount *mq_mnt;
|
| D | fdtable.h | 68 struct vfsmount;
|
| D | dcache.h | 15 struct vfsmount; 161 struct vfsmount *(*d_automount)(struct path *);
|
| D | fsnotify.h | 128 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
|
| D | debugfs.h | 65 struct vfsmount *(*f)(void *),
|
| D | security.h | 44 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()
|
| D | nfs_fs.h | 351 extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| D | lsm_hooks.h | 1345 int (*sb_umount)(struct vfsmount *mnt, int flags);
|
| D | nfs_xdr.h | 1509 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,
|
| /linux-4.4.14/fs/ |
| D | mount.h | 34 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 *);
|
| D | internal.h | 52 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 *,
|
| D | namespace.c | 81 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 …]
|
| D | proc_namespace.c | 61 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
|
| D | fs_pin.c | 21 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()
|
| D | nsfs.c | 9 static struct vfsmount *nsfs_mnt; 50 struct vfsmount *mnt = mntget(nsfs_mnt); in ns_get_path()
|
| D | fhandle.c | 114 static struct vfsmount *get_vfsmount_from_fd(int fd) in get_vfsmount_from_fd() 116 struct vfsmount *mnt; in get_vfsmount_from_fd()
|
| D | libfs.c | 23 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()
|
| D | anon_inodes.c | 25 static struct vfsmount *anon_inode_mnt __read_mostly;
|
| D | bad_inode.c | 92 static int bad_inode_getattr(struct vfsmount *mnt, struct dentry *dentry, in bad_inode_getattr()
|
| D | file_table.c | 189 struct vfsmount *mnt = file->f_path.mnt; in __fput()
|
| D | statfs.c | 43 static int calculate_f_flags(struct vfsmount *mnt) in calculate_f_flags()
|
| D | namei.c | 572 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()
|
| D | inode.c | 1534 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()
|
| D | binfmt_misc.c | 61 static struct vfsmount *bm_mnt;
|
| D | pipe.c | 658 static struct vfsmount *pipe_mnt __read_mostly;
|
| D | open.c | 993 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root()
|
| D | aio.c | 200 static struct vfsmount *aio_mnt;
|
| D | block_dev.c | 589 static struct vfsmount *bd_mnt; in bdev_cache_init()
|
| D | dcache.c | 2896 struct vfsmount *vfsmnt; in prepend_path()
|
| /linux-4.4.14/fs/nfs/ |
| D | namespace.c | 139 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()
|
| D | nfs4namespace.c | 237 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()
|
| D | nfs4super.c | 129 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()
|
| D | internal.h | 417 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 *,
|
| D | nfs4_fs.h | 228 struct vfsmount *nfs4_submount(struct nfs_server *, struct dentry *,
|
| D | inode.c | 648 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
|
| /linux-4.4.14/fs/notify/ |
| D | vfsmount_mark.c | 41 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()
|
| D | fsnotify.h | 36 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()
|
| D | mark.c | 336 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()
|
| D | fsnotify.c | 39 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
|
| /linux-4.4.14/fs/cifs/ |
| D | cifs_dfs_ref.c | 244 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()
|
| D | cifsfs.h | 76 extern int cifs_getattr(struct vfsmount *, struct dentry *, struct kstat *); 113 extern struct vfsmount *cifs_dfs_d_automount(struct path *path);
|
| D | inode.c | 1955 int cifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| /linux-4.4.14/fs/autofs4/ |
| D | expire.c | 38 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()
|
| D | autofs_i.h | 156 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,
|
| D | root.c | 36 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()
|
| D | dev-ioctl.c | 476 struct vfsmount *mnt; in autofs_dev_ioctl_expire()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | sharedsubtree.txt | 30 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 …]
|
| D | automount-support.txt | 51 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
|
| D | path-lookup.txt | 44 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
|
| D | vfs.txt | 100 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
|
| D | Locking | 21 struct vfsmount *(*d_automount)(struct path *path); 59 int (*getattr) (struct vfsmount *, struct dentry *, struct kstat *);
|
| D | porting | 54 int flags, const char *dev_name, void *data, struct vfsmount *mnt)
|
| /linux-4.4.14/fs/afs/ |
| D | mntpt.c | 125 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()
|
| D | internal.h | 572 extern int afs_getattr(struct vfsmount *, struct dentry *, struct kstat *); 595 extern struct vfsmount *afs_d_automount(struct path *);
|
| D | inode.c | 377 int afs_getattr(struct vfsmount *mnt, struct dentry *dentry, in afs_getattr()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | file.h | 71 int ocfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, 76 struct vfsmount *vfsmnt);
|
| D | dlmglue.h | 117 struct vfsmount *vfsmnt,
|
| D | file.c | 221 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() 1288 int ocfs2_getattr(struct vfsmount *mnt, in ocfs2_getattr()
|
| D | dlmglue.c | 2467 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime()
|
| /linux-4.4.14/fs/debugfs/ |
| D | inode.c | 33 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/ |
| D | expfs.c | 25 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/ |
| D | root.c | 201 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()
|
| D | proc_net.c | 142 static int proc_tgid_net_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_tgid_net_getattr()
|
| D | internal.h | 163 extern int pid_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| D | generic.c | 120 static int proc_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_getattr()
|
| D | base.c | 1684 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()
|
| D | proc_sysctl.c | 765 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/ |
| D | lustre_disk.h | 353 struct vfsmount *lsi_srv_mnt; /* the one server mount */ 380 struct vfsmount *lmi_mnt; 390 struct vfsmount *mnt));
|
| /linux-4.4.14/fs/kernfs/ |
| D | kernfs-internal.h | 82 int kernfs_iop_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| D | inode.c | 270 int kernfs_iop_getattr(struct vfsmount *mnt, struct dentry *dentry, in kernfs_iop_getattr()
|
| /linux-4.4.14/fs/coda/ |
| D | coda_linux.h | 50 int coda_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| D | inode.c | 258 int coda_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in coda_getattr()
|
| /linux-4.4.14/kernel/ |
| D | audit_tree.c | 580 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()
|
| D | acct.c | 193 struct vfsmount *mnt, *internal; in acct_on()
|
| D | sysctl_binary.c | 1300 struct vfsmount *mnt; in binary_sysctl()
|
| /linux-4.4.14/fs/notify/fanotify/ |
| D | fanotify_user.c | 515 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/ |
| D | super.c | 38 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()
|
| D | inode.c | 77 static int ovl_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_getattr()
|
| D | dir.c | 135 static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_dir_getattr()
|
| /linux-4.4.14/fs/configfs/ |
| D | mount.c | 40 static struct vfsmount *configfs_mount = NULL;
|
| /linux-4.4.14/fs/btrfs/tests/ |
| D | btrfs-tests.c | 28 static struct vfsmount *test_mnt = NULL;
|
| /linux-4.4.14/fs/ecryptfs/ |
| D | kthread.c | 133 struct vfsmount *lower_mnt, in ecryptfs_privileged_open()
|
| D | ecryptfs_kernel.h | 517 static inline struct vfsmount * 701 struct vfsmount *lower_mnt,
|
| D | inode.c | 336 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/ |
| D | inode.c | 25 static struct vfsmount *mount;
|
| D | security.c | 311 int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
|
| /linux-4.4.14/fs/minix/ |
| D | minix.h | 54 extern int minix_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| D | inode.c | 626 int minix_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in minix_getattr()
|
| /linux-4.4.14/fs/sysv/ |
| D | sysv.h | 145 extern int sysv_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| D | itree.c | 443 int sysv_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in sysv_getattr()
|
| /linux-4.4.14/fs/devpts/ |
| D | inode.c | 98 static struct vfsmount *devpts_mnt; 712 struct vfsmount *mnt; in init_devpts_fs()
|
| /linux-4.4.14/security/selinux/include/ |
| D | security.h | 263 extern struct vfsmount *selinuxfs_mount;
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
| D | obd_mount.c | 56 struct vfsmount *mnt); 1070 struct vfsmount *lmd2_mnt; 1152 struct vfsmount *mnt)) in lustre_register_client_fill_super()
|
| /linux-4.4.14/security/smack/ |
| D | smack.h | 468 struct vfsmount *m) in smk_ad_setfield_u_fs_path_mnt()
|
| D | smackfs.c | 2998 static struct vfsmount *smackfs_mount;
|
| /linux-4.4.14/fs/cachefiles/ |
| D | internal.h | 60 struct vfsmount *mnt; /* mountpoint holding the cache */
|
| /linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
| D | inode.c | 423 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/ |
| D | tomoyo.c | 418 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
|
| /linux-4.4.14/fs/fat/ |
| D | file.c | 307 int fat_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in fat_getattr()
|
| D | fat.h | 364 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| /linux-4.4.14/fs/tracefs/ |
| D | inode.c | 30 static struct vfsmount *tracefs_mount;
|
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
| D | llite_internal.h | 729 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat); 765 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
|
| D | llite_lib.c | 144 struct vfsmount *mnt) in client_common_fill_super() 849 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) in ll_fill_super()
|
| D | file.c | 1046 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/ |
| D | mconsole_kern.c | 126 struct vfsmount *mnt = task_active_pid_ns(current)->proc_mnt; in mconsole_proc()
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_drv.c | 500 static struct vfsmount *drm_fs_mnt;
|
| /linux-4.4.14/ipc/ |
| D | mqueue.c | 780 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/ |
| D | file.c | 364 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
|
| D | ext4.h | 2497 extern int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| D | inode.c | 4921 int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, in ext4_getattr()
|
| /linux-4.4.14/security/apparmor/ |
| D | lsm.c | 193 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
|
| /linux-4.4.14/fs/ceph/ |
| D | super.h | 792 extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| D | inode.c | 2071 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
|
| /linux-4.4.14/fs/9p/ |
| D | vfs_inode_dotl.c | 473 v9fs_vfs_getattr_dotl(struct vfsmount *mnt, struct dentry *dentry, in v9fs_vfs_getattr_dotl()
|
| D | vfs_inode.c | 1053 v9fs_vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, in v9fs_vfs_getattr()
|
| /linux-4.4.14/fs/ubifs/ |
| D | ubifs.h | 1755 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
| D | dir.c | 1134 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ubifs_getattr()
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_iops.c | 442 struct vfsmount *mnt, in xfs_vn_getattr()
|
| /linux-4.4.14/fs/hugetlbfs/ |
| D | inode.c | 1209 static struct vfsmount *hugetlbfs_vfsmount[HUGE_MAX_HSTATE];
|
| /linux-4.4.14/mm/ |
| D | shmem.c | 36 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/ |
| D | selinuxfs.c | 1847 struct vfsmount *selinuxfs_mount;
|
| D | hooks.c | 2714 static int selinux_umount(struct vfsmount *mnt, int flags) in selinux_umount()
|
| /linux-4.4.14/fs/f2fs/ |
| D | file.c | 622 int f2fs_getattr(struct vfsmount *mnt, in f2fs_getattr()
|
| D | f2fs.h | 1651 int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
| /linux-4.4.14/fs/btrfs/ |
| D | super.c | 1278 struct vfsmount *mnt = NULL; in mount_subvol()
|
| D | inode.c | 9229 static int btrfs_getattr(struct vfsmount *mnt, in btrfs_getattr()
|
| /linux-4.4.14/fs/gfs2/ |
| D | inode.c | 1971 static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, in gfs2_getattr()
|
| /linux-4.4.14/fs/fuse/ |
| D | dir.c | 1710 static int fuse_getattr(struct vfsmount *mnt, struct dentry *entry, in fuse_getattr()
|
| /linux-4.4.14/kernel/trace/ |
| D | trace.c | 6816 static struct vfsmount *trace_automount(void *ingore) in trace_automount() 6818 struct vfsmount *mnt; in trace_automount()
|
| /linux-4.4.14/net/ |
| D | socket.c | 330 static struct vfsmount *sock_mnt __read_mostly;
|
| /linux-4.4.14/arch/ia64/kernel/ |
| D | perfmon.c | 1527 static struct vfsmount *pfmfs_mnt __read_mostly;
|