/fs/ |
D | namespace.c | 53 static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry) in hash() 64 static int mnt_alloc_id(struct vfsmount *mnt) in mnt_alloc_id() 79 static void mnt_free_id(struct vfsmount *mnt) in mnt_free_id() 91 static int mnt_alloc_group_id(struct vfsmount *mnt) in mnt_alloc_group_id() 102 void mnt_release_group_id(struct vfsmount *mnt) in mnt_release_group_id() 110 struct vfsmount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local 163 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() 181 struct vfsmount *mnt; member 226 struct vfsmount *mnt) in use_cpu_writer_for_mount() 252 int mnt_want_write(struct vfsmount *mnt) in mnt_want_write() [all …]
|
D | pnode.h | 14 #define IS_MNT_SHARED(mnt) (mnt->mnt_flags & MNT_SHARED) argument 15 #define IS_MNT_SLAVE(mnt) (mnt->mnt_master) argument 16 #define IS_MNT_NEW(mnt) (!mnt->mnt_ns) argument 17 #define CLEAR_MNT_SHARED(mnt) (mnt->mnt_flags &= ~MNT_SHARED) argument 18 #define IS_MNT_UNBINDABLE(mnt) (mnt->mnt_flags & MNT_UNBINDABLE) argument 27 static inline void set_mnt_shared(struct vfsmount *mnt) in set_mnt_shared()
|
D | pnode.c | 36 static bool is_path_reachable(struct vfsmount *mnt, struct dentry *dentry, in is_path_reachable() 46 static struct vfsmount *get_peer_under_root(struct vfsmount *mnt, in get_peer_under_root() 69 int get_dominating_id(struct vfsmount *mnt, const struct path *root) in get_dominating_id() 82 static int do_make_slave(struct vfsmount *mnt) in do_make_slave() 129 void change_mnt_propagation(struct vfsmount *mnt, int type) in change_mnt_propagation() 280 static inline int do_refcount_check(struct vfsmount *mnt, int count) in do_refcount_check() 294 int propagate_mount_busy(struct vfsmount *mnt, int refcnt) in propagate_mount_busy() 325 static void __propagate_umount(struct vfsmount *mnt) in __propagate_umount() 353 struct vfsmount *mnt; in propagate_umount() local
|
D | super.c | 604 struct vfsmount *mnt; in mark_files_ro() local 782 struct vfsmount *mnt) in get_sb_bdev() 863 struct vfsmount *mnt) in get_sb_nodev() 893 struct vfsmount *mnt) in get_sb_single() 920 struct vfsmount *mnt; in vfs_kern_mount() local 970 static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype) in fs_set_subtype() 997 struct vfsmount *mnt; in do_kern_mount() local
|
D | file_table.c | 166 struct file *alloc_file(struct vfsmount *mnt, struct dentry *dentry, in alloc_file() 198 int init_file(struct file *file, struct vfsmount *mnt, struct dentry *dentry, in init_file() 241 struct vfsmount *mnt = file->f_path.mnt; in drop_file_write_access() local 262 struct vfsmount *mnt = file->f_path.mnt; in __fput() local
|
D | nfsctl.c | 28 struct vfsmount *mnt; in do_open() local
|
D | anon_inodes.c | 30 struct vfsmount *mnt) in anon_inodefs_get_sb()
|
/fs/autofs4/ |
D | expire.c | 48 static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry) in autofs4_mount_busy() 119 static int autofs4_direct_busy(struct vfsmount *mnt, in autofs4_direct_busy() 145 static int autofs4_tree_busy(struct vfsmount *mnt, in autofs4_tree_busy() 218 static struct dentry *autofs4_check_leaves(struct vfsmount *mnt, in autofs4_check_leaves() 259 struct vfsmount *mnt, in autofs4_expire_direct() 298 struct vfsmount *mnt, in autofs4_expire_indirect() 447 struct vfsmount *mnt, in autofs4_expire_run() 483 int autofs4_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs4_expire_multi()
|
D | init.c | 18 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in autofs_get_sb()
|
/fs/nfs/ |
D | namespace.c | 99 struct vfsmount *mnt; in nfs_follow_mountpoint() local 195 struct vfsmount *mnt = ERR_PTR(-EINVAL); in nfs_do_clone_mount() local 229 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_submount() local
|
D | nfs4namespace.c | 102 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local 156 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local 213 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local
|
D | super.c | 571 static int nfs_show_options(struct seq_file *m, struct vfsmount *mnt) in nfs_show_options() 587 static int nfs_show_stats(struct seq_file *m, struct vfsmount *mnt) in nfs_show_stats() 825 static void nfs_validate_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_validate_transport_protocol() 841 static void nfs_set_mount_transport_protocol(struct nfs_parsed_mount_data *mnt) in nfs_set_mount_transport_protocol() 864 struct nfs_parsed_mount_data *mnt) in nfs_parse_security_flavors() 934 struct nfs_parsed_mount_data *mnt) in nfs_parse_mount_options() 1982 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) in nfs_get_sb() 2092 struct vfsmount *mnt) in nfs_xdev_get_sb() 2336 int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) in nfs4_get_sb() 2446 struct vfsmount *mnt) in nfs4_xdev_get_sb() [all …]
|
/fs/proc/ |
D | root.c | 39 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in proc_get_sb() 141 static int proc_root_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat in proc_root_getattr() 210 struct vfsmount *mnt; in pid_ns_prepare_proc() local
|
/fs/smbfs/ |
D | inode.c | 355 parse_options(struct smb_mount_data_kernel *mnt, char *options) in parse_options() 425 struct smb_mount_data_kernel *mnt = SMB_SB(m->mnt_sb)->mnt; in smb_show_options() local 497 struct smb_mount_data_kernel *mnt; in smb_fill_super() local 662 int smb_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in smb_getattr() 789 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in smb_get_sb()
|
/fs/exportfs/ |
D | expfs.c | 26 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name() 98 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() 250 static int get_name(struct vfsmount *mnt, struct dentry *dentry, in get_name() 359 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
|
/fs/9p/ |
D | vfs_super.c | 108 struct vfsmount *mnt) in v9fs_get_sb() 221 static int v9fs_show_options(struct seq_file *m, struct vfsmount *mnt) in v9fs_show_options()
|
/fs/devpts/ |
D | inode.c | 363 void *data, struct vfsmount *mnt) in new_pts_mount() 436 void *data, struct vfsmount *mnt) in get_init_pts_sb() 465 void *data, struct vfsmount *mnt) in init_pts_mount() 483 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in devpts_get_sb() 502 const char *dev_name, void *data, struct vfsmount *mnt) in devpts_get_sb()
|
/fs/cifs/ |
D | cifs_dfs_ref.c | 245 struct vfsmount *mnt; in cifs_dfs_do_refmount() local 312 struct vfsmount *mnt = ERR_PTR(-ENOENT); in cifs_dfs_follow_mountpoint() local
|
/fs/coda/ |
D | inode.c | 223 int coda_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in coda_getattr() 294 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in coda_get_sb()
|
/fs/ramfs/ |
D | inode.c | 188 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in ramfs_get_sb() 194 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in rootfs_get_sb()
|
/fs/autofs/ |
D | init.c | 18 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in autofs_get_sb()
|
/fs/hfs/ |
D | super.c | 118 static int hfs_show_options(struct seq_file *seq, struct vfsmount *mnt) in hfs_show_options() 422 struct vfsmount *mnt) in hfs_get_sb()
|
/fs/sysfs/ |
D | mount.c | 75 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in sysfs_get_sb()
|
/fs/ecryptfs/ |
D | super.c | 162 static int ecryptfs_show_options(struct seq_file *m, struct vfsmount *mnt) in ecryptfs_show_options()
|
/fs/sysv/ |
D | super.c | 503 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in sysv_get_sb() 510 int flags, const char *dev_name, void *data, struct vfsmount *mnt) in v7_get_sb()
|