Home
last modified time | relevance | path

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

/fs/
Dnamespace.c314 struct mount *mnt = real_mount(m); in __mnt_want_write()
381 mnt_inc_writers(real_mount(mnt)); in mnt_clone_write()
432 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write()
572 mnt = real_mount(bastard); in __legitimize_mnt()
1213 struct mount *m = real_mount(mnt); in mntput()
1225 mnt_add_count(real_mount(mnt), 1); in mntget()
1262 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1331 struct mount *mnt = real_mount(m); in may_umount_tree()
1371 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
1708 mnt = real_mount(path.mnt); in ksys_umount()
[all …]
Dmount.h79 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function
92 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
Dproc_namespace.c100 struct mount *r = real_mount(mnt); in show_vfsmnt()
136 struct mount *r = real_mount(mnt); in show_mountinfo()
200 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()
Dfhandle.c72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || in do_sys_name_to_handle()
Dd_path.c98 mnt = real_mount(vfsmnt); in prepend_path()
Dnamei.c1201 struct mount *mnt = real_mount(path->mnt); in follow_up()
1460 struct mount *mnt = real_mount(nd->path.mnt); in follow_dotdot_rcu()
/fs/notify/
Dfsnotify.h50 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
Dfsnotify.c329 mnt = real_mount(((const struct path *)data)->mnt); in fsnotify()
/fs/proc/
Dfd.c58 real_mount(file->f_path.mnt)->mnt_id); in seq_show()
/fs/notify/fanotify/
Dfanotify_user.c638 return fanotify_remove_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_remove_vfsmount_mark()
733 return fanotify_add_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_add_vfsmount_mark()