Searched refs:real_mount (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | namespace.c | 337 struct mount *mnt = real_mount(m); in __mnt_want_write() 457 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write() 627 mnt = real_mount(bastard); in __legitimize_mnt() 1967 ns = real_mount(mnt)->mnt_ns; in dissolve_on_fput() 2444 parent = real_mount(path->mnt); in do_loopback() 2758 to = real_mount(to_path->mnt); in do_set_group() 2839 p = real_mount(new_path->mnt); in do_move_mount() 3062 mnt = real_mount(m); in finish_automount() 3903 new_mnt = real_mount(new.mnt); in SYSCALL_DEFINE2() 3905 old_mnt = real_mount(old.mnt); in SYSCALL_DEFINE2() [all …]
|
A D | mount.h | 84 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()
|
A D | proc_namespace.c | 104 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()
|
A D | fs_pin.c | 26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert()
|
A D | fhandle.c | 72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || in do_sys_name_to_handle()
|
A D | d_path.c | 171 error = __prepend_path(path->dentry, real_mount(path->mnt), root, &b); in prepend_path()
|
A D | stat.c | 244 stat->mnt_id = real_mount(path.mnt)->mnt_id; in vfs_statx()
|
A D | namei.c | 1270 struct mount *mnt = real_mount(path->mnt); in follow_up() 1876 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu() 1916 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
|
/linux-6.3-rc2/fs/notify/ |
A D | fsnotify.h | 65 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
|
A D | fsnotify.c | 182 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() 495 mnt = real_mount(path->mnt); in fsnotify()
|
/linux-6.3-rc2/fs/proc/ |
A D | fd.c | 61 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify_user.c | 1108 return fanotify_remove_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_remove_vfsmount_mark() 1327 return fanotify_add_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_add_vfsmount_mark()
|
Completed in 29 milliseconds