Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dnamespace.c336 struct mount *mnt = real_mount(m); in __mnt_want_write()
456 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write()
630 mnt = real_mount(bastard); in __legitimize_mnt()
1278 struct mount *m = real_mount(mnt); in mntput()
1290 mnt_add_count(real_mount(mnt), 1); in mntget()
1328 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1431 struct mount *mnt = real_mount(m); in may_umount_tree()
1471 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
1779 struct mount *mnt = real_mount(path->mnt); in can_umount()
1797 struct mount *mnt = real_mount(path->mnt); in path_umount()
[all …]
Dmount.h84 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function
97 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
Dproc_namespace.c104 struct mount *r = real_mount(mnt); in show_vfsmnt()
138 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.c171 error = __prepend_path(path->dentry, real_mount(path->mnt), root, &b); in prepend_path()
Dstat.c235 stat->mnt_id = real_mount(path.mnt)->mnt_id; in vfs_statx()
Dnamei.c1269 struct mount *mnt = real_mount(path->mnt); in follow_up()
1875 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu()
1915 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
/Linux-v6.1/fs/notify/
Dfsnotify.h65 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
Dfsnotify.c182 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent()
495 mnt = real_mount(path->mnt); in fsnotify()
/Linux-v6.1/fs/proc/
Dfd.c59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1064 return fanotify_remove_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_remove_vfsmount_mark()
1283 return fanotify_add_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_add_vfsmount_mark()