Home
last modified time | relevance | path

Searched defs:mnt (Results 1 – 25 of 74) sorted by relevance

123

/linux-3.3/fs/
Dnamespace.c54 static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry) in hash()
68 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
85 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
100 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
119 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
131 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
145 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count()
163 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local
232 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
242 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
[all …]
Dpnode.c31 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root()
54 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id()
67 static int do_make_slave(struct mount *mnt) in do_make_slave()
117 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation()
273 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check()
289 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy()
320 static void __propagate_umount(struct mount *mnt) in __propagate_umount()
350 struct mount *mnt; in propagate_umount() local
Dproc_namespace.c59 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
92 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
122 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
183 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
Dmount.h22 struct vfsmount mnt; member
52 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount()
57 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
Dfile_table.c209 struct vfsmount *mnt = file->f_path.mnt; in drop_file_write_access() local
229 struct vfsmount *mnt = file->f_path.mnt; in __fput() local
491 struct vfsmount *mnt; in mark_files_ro() local
Dpnode.h26 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
Dopen.c625 struct vfsmount *mnt) in __get_file_write_access()
647 static struct file *__dentry_open(struct dentry *dentry, struct vfsmount *mnt, in __dentry_open()
812 struct file *dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags, in dentry_open()
959 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root()
/linux-3.3/fs/notify/
Dvfsmount_mark.c33 void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount()
62 static void fsnotify_recalc_vfsmount_mask_locked(struct vfsmount *mnt) in fsnotify_recalc_vfsmount_mask_locked()
80 void fsnotify_recalc_vfsmount_mask(struct vfsmount *mnt) in fsnotify_recalc_vfsmount_mask()
89 struct vfsmount *mnt = mark->m.mnt; in fsnotify_destroy_vfsmount_mark() local
105 struct vfsmount *mnt) in fsnotify_find_vfsmount_mark_locked()
127 struct vfsmount *mnt) in fsnotify_find_vfsmount_mark()
144 struct fsnotify_group *group, struct vfsmount *mnt, in fsnotify_add_vfsmount_mark()
Dfsnotify.c40 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
126 static int send_to_group(struct inode *to_tell, struct vfsmount *mnt, in send_to_group()
209 struct mount *mnt; in fsnotify() local
Dmark.c219 struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark()
/linux-3.3/fs/autofs4/
Dexpire.c44 static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry) in autofs4_mount_busy()
210 static int autofs4_direct_busy(struct vfsmount *mnt, in autofs4_direct_busy()
236 static int autofs4_tree_busy(struct vfsmount *mnt, in autofs4_tree_busy()
299 static struct dentry *autofs4_check_leaves(struct vfsmount *mnt, in autofs4_check_leaves()
329 struct vfsmount *mnt, in autofs4_expire_direct()
370 struct vfsmount *mnt, in autofs4_expire_indirect()
507 struct vfsmount *mnt, in autofs4_expire_run()
541 int autofs4_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs4_do_expire_multi()
580 int autofs4_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs4_expire_multi()
/linux-3.3/fs/nfs/
Dnfs4namespace.c115 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location() local
171 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral() local
227 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_refmount() local
Dnamespace.c228 struct vfsmount *mnt; in nfs_d_automount() local
313 struct vfsmount *mnt = ERR_PTR(-EINVAL); in nfs_do_clone_mount() local
348 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_do_submount() local
Dcache_lib.c116 struct vfsmount *mnt; in nfs_cache_register() local
/linux-3.3/fs/exportfs/
Dexpfs.c26 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name()
99 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path()
251 static int get_name(struct vfsmount *mnt, struct dentry *dentry, in get_name()
365 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
/linux-3.3/fs/cifs/
Dcifs_dfs_ref.c241 struct vfsmount *mnt; in cifs_dfs_do_refmount() local
280 struct vfsmount *mnt; in cifs_dfs_do_automount() local
/linux-3.3/include/linux/
Dpath.h8 struct vfsmount *mnt; member
/linux-3.3/fs/proc/
Droot.c194 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() local
/linux-3.3/arch/powerpc/platforms/cell/spufs/
Dinode.c320 static int spufs_context_open(struct dentry *dentry, struct vfsmount *mnt) in spufs_context_open()
449 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context()
559 static int spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) in spufs_gang_open()
586 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()
/linux-3.3/fs/notify/fanotify/
Dfanotify_user.c65 struct vfsmount *mnt; in create_fd() local
539 struct vfsmount *mnt, __u32 mask, in fanotify_remove_vfsmount_mark()
605 struct vfsmount *mnt, __u32 mask, in fanotify_add_vfsmount_mark()
772 struct vfsmount *mnt = NULL; in SYSCALL_DEFINE() local
/linux-3.3/tools/perf/util/
Dcgroup.c60 char mnt[PATH_MAX + 1]; in open_cgroup() local
/linux-3.3/fs/afs/
Dmntpt.c142 struct vfsmount *mnt; in afs_mntpt_do_automount() local
/linux-3.3/security/tomoyo/
Dtomoyo.c147 static int tomoyo_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) in tomoyo_inode_getattr()
423 static int tomoyo_sb_umount(struct vfsmount *mnt, int flags) in tomoyo_sb_umount()
/linux-3.3/kernel/
Daudit_tree.c568 static int compare_root(struct vfsmount *mnt, void *arg) in compare_root()
640 static int tag_mount(struct vfsmount *mnt, void *arg) in tag_mount()
650 struct vfsmount *mnt; in audit_add_tree_rule() local
/linux-3.3/fs/ext4/
Dfile.c166 struct vfsmount *mnt = filp->f_path.mnt; in ext4_file_open() local

123