/linux-4.1.27/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 | 225 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()
|
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 | 48 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 …]
|
D | acct.h | 22 struct vfsmount;
|
D | file.h | 17 struct vfsmount;
|
D | namei.h | 9 struct vfsmount;
|
D | pid_namespace.h | 35 struct vfsmount *proc_mnt;
|
D | ipc_namespace.h | 47 struct vfsmount *mq_mnt;
|
D | fdtable.h | 63 struct vfsmount;
|
D | dcache.h | 15 struct vfsmount; 161 struct vfsmount *(*d_automount)(struct path *);
|
D | debugfs.h | 66 struct vfsmount *(*f)(void *),
|
D | fsnotify.h | 128 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
|
D | security.h | 43 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()
|
D | nfs_fs.h | 347 extern int nfs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
D | nfs_xdr.h | 1451 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,
|
/linux-4.1.27/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 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 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 …]
|
D | proc_namespace.c | 60 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
|
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 | 8 static struct vfsmount *nsfs_mnt; 49 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 | 28 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()
|
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 | 517 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()
|
D | binfmt_misc.c | 61 static struct vfsmount *bm_mnt;
|
D | inode.c | 1516 static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, in relatime_need_update() 1589 struct vfsmount *mnt = path->mnt; in touch_atime()
|
D | pipe.c | 622 static struct vfsmount *pipe_mnt __read_mostly;
|
D | open.c | 989 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 | 554 static struct vfsmount *bd_mnt; in bdev_cache_init()
|
D | dcache.c | 2894 struct vfsmount *vfsmnt; in prepend_path()
|
/linux-4.1.27/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 | 401 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 *,
|
D | nfs4_fs.h | 226 struct vfsmount *nfs4_submount(struct nfs_server *, struct dentry *,
|
D | inode.c | 642 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
|
/linux-4.1.27/fs/notify/ |
D | vfsmount_mark.c | 33 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()
|
D | fsnotify.h | 34 struct fsnotify_group *group, struct vfsmount *mnt, 49 extern void fsnotify_clear_marks_by_mount(struct vfsmount *mnt);
|
D | mark.c | 320 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()
|
D | fsnotify.c | 40 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
|
/linux-4.1.27/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.1.27/Documentation/filesystems/ |
D | automount-support.txt | 18 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
|
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 | 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 *); 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
|
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.1.27/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.1.27/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.1.27/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 | 217 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() 1274 int ocfs2_getattr(struct vfsmount *mnt, in ocfs2_getattr()
|
D | dlmglue.c | 2467 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 33 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/ |
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.1.27/fs/proc/ |
D | root.c | 199 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()
|
D | internal.h | 163 extern int pid_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
D | proc_net.c | 142 static int proc_tgid_net_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_tgid_net_getattr()
|
D | generic.c | 120 static int proc_getattr(struct vfsmount *mnt, struct dentry *dentry, in proc_getattr()
|
D | base.c | 1496 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()
|
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.1.27/fs/kernfs/ |
D | kernfs-internal.h | 83 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.1.27/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.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 493 struct vfsmount *lsi_srv_mnt; /* the one server mount */ 521 struct vfsmount *lmi_mnt; 538 struct vfsmount *mnt));
|
/linux-4.1.27/kernel/ |
D | audit_tree.c | 578 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()
|
D | acct.c | 193 struct vfsmount *mnt, *internal; in acct_on()
|
D | sysctl_binary.c | 1300 struct vfsmount *mnt; in binary_sysctl()
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 38 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()
|
D | inode.c | 80 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.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 515 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/ |
D | mount.c | 40 static struct vfsmount *configfs_mount = NULL;
|
/linux-4.1.27/fs/ecryptfs/ |
D | kthread.c | 133 struct vfsmount *lower_mnt, in ecryptfs_privileged_open()
|
D | ecryptfs_kernel.h | 518 static inline struct vfsmount * 702 struct vfsmount *lower_mnt,
|
D | inode.c | 337 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/ |
D | btrfs-tests.c | 28 static struct vfsmount *test_mnt = NULL;
|
/linux-4.1.27/security/ |
D | inode.c | 25 static struct vfsmount *mount;
|
D | capability.c | 106 static int cap_sb_umount(struct vfsmount *mnt, int flags) in cap_sb_umount()
|
D | security.c | 309 int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
|
/linux-4.1.27/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.1.27/security/selinux/include/ |
D | security.h | 232 extern struct vfsmount *selinuxfs_mount;
|
/linux-4.1.27/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.1.27/security/smack/ |
D | smack.h | 427 struct vfsmount *m) in smk_ad_setfield_u_fs_path_mnt()
|
D | smackfs.c | 2521 static struct vfsmount *smackfs_mount;
|
/linux-4.1.27/fs/cachefiles/ |
D | internal.h | 61 struct vfsmount *mnt; /* mountpoint holding the cache */
|
/linux-4.1.27/security/tomoyo/ |
D | tomoyo.c | 424 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 57 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/ |
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.1.27/fs/fat/ |
D | file.c | 306 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.1.27/fs/tracefs/ |
D | inode.c | 30 static struct vfsmount *tracefs_mount;
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 256 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open()
|
D | ext4.h | 2300 extern int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
D | inode.c | 4870 int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, in ext4_getattr()
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 98 static struct vfsmount *devpts_mnt;
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 761 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat); 797 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
|
D | llite_lib.c | 153 struct vfsmount *mnt) in client_common_fill_super() 911 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) in ll_fill_super()
|
D | file.c | 1055 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/ |
D | mconsole_kern.c | 126 struct vfsmount *mnt = task_active_pid_ns(current)->proc_mnt; in mconsole_proc()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_drv.c | 477 static struct vfsmount *drm_fs_mnt;
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 784 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/ |
D | hppfs.c | 711 struct vfsmount *proc_mnt; in hppfs_fill_super()
|
/linux-4.1.27/fs/ceph/ |
D | super.h | 758 extern int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
D | inode.c | 1990 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
|
/linux-4.1.27/security/apparmor/ |
D | lsm.c | 203 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
|
/linux-4.1.27/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.1.27/fs/ubifs/ |
D | ubifs.h | 1753 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
D | dir.c | 1135 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ubifs_getattr()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 942 static struct vfsmount *hugetlbfs_vfsmount[HUGE_MAX_HSTATE];
|
/linux-4.1.27/fs/f2fs/ |
D | file.c | 574 int f2fs_getattr(struct vfsmount *mnt, in f2fs_getattr()
|
D | f2fs.h | 1427 int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 445 struct vfsmount *mnt, in xfs_vn_getattr()
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 1195 struct vfsmount *mnt; in mount_subvol()
|
D | inode.c | 9088 static int btrfs_getattr(struct vfsmount *mnt, in btrfs_getattr()
|
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 1855 struct vfsmount *selinuxfs_mount;
|
D | hooks.c | 2703 static int selinux_umount(struct vfsmount *mnt, int flags) in selinux_umount()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1798 static int gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, in gfs2_getattr()
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1726 static int fuse_getattr(struct vfsmount *mnt, struct dentry *entry, in fuse_getattr()
|
/linux-4.1.27/kernel/trace/ |
D | trace.c | 6689 static struct vfsmount *trace_automount(void *ingore) in trace_automount() 6691 struct vfsmount *mnt; in trace_automount()
|
/linux-4.1.27/mm/ |
D | shmem.c | 36 static struct vfsmount *shm_mnt;
|
/linux-4.1.27/net/ |
D | socket.c | 329 static struct vfsmount *sock_mnt __read_mostly;
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 1527 static struct vfsmount *pfmfs_mnt __read_mostly;
|