/linux-4.4.14/fs/ |
D | namespace.c | 81 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash() 100 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id() 117 static void mnt_free_id(struct mount *mnt) in mnt_free_id() 132 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id() 151 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id() 163 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count() 177 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count() 203 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local 274 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() 284 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers() [all …]
|
D | pnode.c | 32 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root() 55 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id() 68 static int do_make_slave(struct mount *mnt) in do_make_slave() 119 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation() 330 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() 345 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy() 377 void propagate_mount_unlock(struct mount *mnt) in propagate_mount_unlock() 395 static void mark_umount_candidates(struct mount *mnt) in mark_umount_candidates() 416 static void __propagate_umount(struct mount *mnt) in __propagate_umount() 452 struct mount *mnt; in propagate_umount() local
|
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()
|
D | mount.h | 34 struct vfsmount mnt; member 72 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() 77 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() 82 static inline int is_mounted(struct vfsmount *mnt) in is_mounted()
|
D | pnode.h | 35 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
|
D | libfs.c | 23 int simple_getattr(struct vfsmount *mnt, struct dentry *dentry, in simple_getattr() 540 struct vfsmount *mnt = NULL; in simple_pin_fs() local 561 struct vfsmount *mnt; in simple_release_fs() local 1115 static int empty_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in empty_dir_getattr()
|
D | nsfs.c | 50 struct vfsmount *mnt = mntget(nsfs_mnt); in ns_get_path() local
|
D | fhandle.c | 116 struct vfsmount *mnt; in get_vfsmount_from_fd() local
|
D | file_table.c | 189 struct vfsmount *mnt = file->f_path.mnt; in __fput() local
|
D | namei.c | 572 struct vfsmount *mnt = path->mnt; in path_connected() local 1057 struct mount *mnt = real_mount(path->mnt); in follow_up() local 1086 struct vfsmount *mnt; in follow_automount() local 1165 struct vfsmount *mnt = path->mnt; /* held by caller, must be left alone */ in follow_managed() local 1318 struct mount *mnt = real_mount(nd->path.mnt); in follow_dotdot_rcu() local 1532 struct vfsmount *mnt = nd->path.mnt; in lookup_fast() local 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() local 1636 struct vfsmount *mnt = path->mnt; in touch_atime() local
|
D | bad_inode.c | 92 static int bad_inode_getattr(struct vfsmount *mnt, struct dentry *dentry, in bad_inode_getattr()
|
D | statfs.c | 43 static int calculate_f_flags(struct vfsmount *mnt) in calculate_f_flags()
|
D | open.c | 993 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root()
|
D | dcache.c | 2897 struct mount *mnt; in prepend_path() local
|
/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 | root.c | 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() local
|
/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() local 72 struct vfsmount *mnt) in fsnotify_find_vfsmount_mark() 90 struct fsnotify_group *group, struct vfsmount *mnt, in fsnotify_add_vfsmount_mark()
|
D | fsnotify.c | 39 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete() 196 struct mount *mnt; in fsnotify() local
|
D | fsnotify.h | 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 | fdinfo.c | 133 struct mount *mnt = real_mount(mark->mnt); in fanotify_fdinfo() local
|
/linux-4.4.14/tools/lib/api/fs/ |
D | tracing_path.c | 31 const char *mnt; in tracing_path_tracefs_mount() local 44 const char *mnt; in tracing_path_debugfs_mount() local 57 const char *mnt; in tracing_path_mount() local
|
/linux-4.4.14/fs/nfs/ |
D | namespace.c | 141 struct vfsmount *mnt; in nfs_d_automount() local 181 nfs_namespace_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_namespace_getattr() 250 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_submount() local
|
D | nfs4namespace.c | 243 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local 299 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local 354 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local 402 struct vfsmount *mnt; in nfs4_submount() local
|
D | super.c | 993 static void nfs_validate_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_validate_transport_protocol() 1009 static void nfs_set_mount_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_set_mount_transport_protocol() 1075 struct nfs_parsed_mount_data *mnt) in nfs_parse_security_flavors() 1132 struct nfs_parsed_mount_data *mnt, in nfs_parse_version_string() 1197 struct nfs_parsed_mount_data *mnt) in nfs_parse_mount_options()
|
D | inode.c | 648 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
|
/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/cifs/ |
D | cifs_dfs_ref.c | 247 struct vfsmount *mnt; in cifs_dfs_do_refmount() local 288 struct vfsmount *mnt; in cifs_dfs_do_automount() local
|
D | inode.c | 1955 int cifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
|
/linux-4.4.14/include/linux/ |
D | path.h | 8 struct vfsmount *mnt; member
|
D | fsnotify_backend.h | 230 struct vfsmount *mnt; /* vfsmount this mark is associated with */ member 393 static inline void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
|
D | fsnotify.h | 128 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
|
D | security.h | 535 static inline int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
|
/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() local
|
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 | 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/tools/perf/util/ |
D | cpumap.c | 385 const char *mnt; in set_max_cpu_num() local 413 const char *mnt; in set_max_node_num() local 464 const char *mnt; in cpu__setup_cpunode_map() local
|
D | cgroup.c | 60 char mnt[PATH_MAX + 1]; in open_cgroup() local
|
/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() local
|
/linux-4.4.14/fs/afs/ |
D | mntpt.c | 128 struct vfsmount *mnt; in afs_mntpt_do_automount() local
|
D | inode.c | 377 int afs_getattr(struct vfsmount *mnt, struct dentry *dentry, in afs_getattr()
|
/linux-4.4.14/kernel/ |
D | audit_tree.c | 580 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root() 652 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount() 713 struct vfsmount *mnt; in audit_add_tree_rule() local
|
D | acct.c | 193 struct vfsmount *mnt, *internal; in acct_on() local
|
D | sysctl_binary.c | 1300 struct vfsmount *mnt; in binary_sysctl() local
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 258 int coda_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in coda_getattr()
|
/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/fs/fat/ |
D | file.c | 307 int fat_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in fat_getattr()
|
/linux-4.4.14/fs/kernfs/ |
D | inode.c | 270 int kernfs_iop_getattr(struct vfsmount *mnt, struct dentry *dentry, in kernfs_iop_getattr()
|
/linux-4.4.14/fs/overlayfs/ |
D | inode.c | 77 static int ovl_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_getattr()
|
D | super.c | 744 static struct dentry *ovl_workdir_create(struct vfsmount *mnt, in ovl_workdir_create() 1044 struct vfsmount *mnt = clone_private_mount(&stack[i]); in ovl_fill_super() local
|
D | dir.c | 135 static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_dir_getattr()
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 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/tomoyo/ |
D | tomoyo.c | 418 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
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() local 2982 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat) in ll_getattr()
|
/linux-4.4.14/fs/minix/ |
D | inode.c | 626 int minix_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in minix_getattr()
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 364 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open() local
|
D | inode.c | 4921 int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry, in ext4_getattr()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 780 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE4() local 859 struct vfsmount *mnt = ipc_ns->mq_mnt; in SYSCALL_DEFINE1() local
|
/linux-4.4.14/fs/ubifs/ |
D | dir.c | 1134 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry, in ubifs_getattr()
|
/linux-4.4.14/fs/sysv/ |
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 | 712 struct vfsmount *mnt; in init_devpts_fs() local
|
/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/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1152 struct vfsmount *mnt)) in lustre_register_client_fill_super()
|
/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() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 442 struct vfsmount *mnt, in xfs_vn_getattr()
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 60 struct vfsmount *mnt; /* mountpoint holding the cache */ member
|
/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 | inode.c | 2071 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1278 struct vfsmount *mnt = NULL; in mount_subvol() local
|
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/f2fs/ |
D | file.c | 622 int f2fs_getattr(struct vfsmount *mnt, in f2fs_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/fs/ocfs2/ |
D | file.c | 1288 int ocfs2_getattr(struct vfsmount *mnt, in ocfs2_getattr()
|
/linux-4.4.14/security/ |
D | security.c | 311 int security_sb_umount(struct vfsmount *mnt, int flags) in security_sb_umount()
|
/linux-4.4.14/mm/ |
D | shmem.c | 547 static int shmem_getattr(struct vfsmount *mnt, struct dentry *dentry, in shmem_getattr()
|
/linux-4.4.14/kernel/trace/ |
D | trace.c | 6818 struct vfsmount *mnt; in trace_automount() local
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 2714 static int selinux_umount(struct vfsmount *mnt, int flags) in selinux_umount()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aacraid.h | 1814 struct aac_mntent mnt[1]; member
|