Home
last modified time | relevance | path

Searched refs:real_mount (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/fs/notify/
Dvfsmount_mark.c37 struct mount *m = real_mount(mnt); in fsnotify_clear_marks_by_mount()
62 struct mount *m = real_mount(mnt); in fsnotify_recalc_vfsmount_mask()
72 struct mount *m = real_mount(mnt); in fsnotify_destroy_vfsmount_mark()
93 struct mount *m = real_mount(mnt); in fsnotify_find_vfsmount_mark()
112 struct mount *m = real_mount(mnt); in fsnotify_add_vfsmount_mark()
Dfdinfo.c125 struct mount *mnt = real_mount(mark->mnt); in fanotify_fdinfo()
Dfsnotify.c203 mnt = real_mount(((struct path *)data)->mnt); in fsnotify()
/linux-4.1.27/fs/
Dnamespace.c345 struct mount *mnt = real_mount(m); in __mnt_want_write()
412 mnt_inc_writers(real_mount(mnt)); in mnt_clone_write()
463 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write()
600 mnt = real_mount(bastard); in legitimize_mnt()
1128 struct mount *m = real_mount(mnt); in mntput()
1140 mnt_add_count(real_mount(mnt), 1); in mntget()
1148 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1276 struct mount *mnt = real_mount(m); in may_umount_tree()
1316 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
1603 mnt = real_mount(path.mnt); in SYSCALL_DEFINE2()
[all …]
Dmount.h72 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function
85 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
Dproc_namespace.c96 struct mount *r = real_mount(mnt); in show_vfsmnt()
130 struct mount *r = real_mount(mnt); in show_mountinfo()
190 struct mount *r = real_mount(mnt); in show_vfsstat()
Dfs_pin.c26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert_group()
Dfhandle.c70 if (copy_to_user(mnt_id, &real_mount(path->mnt)->mnt_id, in do_sys_name_to_handle()
Dnamei.c935 struct mount *mnt = real_mount(path->mnt); in follow_up_rcu()
960 struct mount *mnt = real_mount(path->mnt); in follow_up()
Ddcache.c2912 mnt = real_mount(vfsmnt); in prepend_path()
/linux-4.1.27/fs/proc/
Dfd.c57 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c536 if (removed & real_mount(mnt)->mnt_fsnotify_mask) in fanotify_remove_vfsmount_mark()
644 if (added & ~real_mount(mnt)->mnt_fsnotify_mask) in fanotify_add_vfsmount_mark()