Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dnamespace.c619 mnt_dec_writers(real_mount(mnt)); in mnt_put_write_access()
788 mnt = real_mount(bastard); in __legitimize_mnt()
1548 real_mount(mnt)->mnt_ns = NULL; in mnt_make_shortterm()
3078 parent = real_mount(path->mnt); in do_loopback()
3397 to = real_mount(to_path->mnt); in do_set_group()
3631 p = real_mount(new_path->mnt); in do_move_mount()
3901 mnt = real_mount(m); in finish_automount()
4770 new_mnt = real_mount(new.mnt); in SYSCALL_DEFINE2()
4772 old_mnt = real_mount(old.mnt); in SYSCALL_DEFINE2()
5832 m = real_mount(s->mnt); in do_statmount()
[all …]
H A Dfhandle.c97 if (put_user(real_mount(path->mnt)->mnt_id_unique, in do_sys_name_to_handle()
101 if (put_user(real_mount(path->mnt)->mnt_id, in do_sys_name_to_handle()
306 ns_capable(real_mount(root->mnt)->mnt_ns->user_ns, in may_decode_fh()
308 !has_locked_children(real_mount(root->mnt), root->dentry)) in may_decode_fh()
H A Dmount.h104 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function
117 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
H A Dproc_namespace.c104 struct mount *r = real_mount(mnt); in show_vfsmnt()
138 struct mount *r = real_mount(mnt); in show_mountinfo()
196 struct mount *r = real_mount(mnt); in show_vfsstat()
H A Dfs_pin.c26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert()
H A Dd_path.c172 error = __prepend_path(path->dentry, real_mount(path->mnt), root, &b); in prepend_path()
H A Dstat.c301 stat->mnt_id = real_mount(path->mnt)->mnt_id_unique; in vfs_statx_path()
304 stat->mnt_id = real_mount(path->mnt)->mnt_id; in vfs_statx_path()
H A Dnamei.c1361 struct mount *mnt = real_mount(path->mnt); in follow_up()
2020 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu()
2060 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
/linux-6.15/fs/notify/
H A Dfsnotify.h27 return real_mount(conn->obj); in fsnotify_conn_mount()
90 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
H A Dfsnotify.c242 READ_ONCE(real_mount(path->mnt)->mnt_fsnotify_mask) : 0; in __fsnotify_parent()
557 mnt = real_mount(path->mnt); in fsnotify()
700 mnt_mask = READ_ONCE(real_mount(file->f_path.mnt)->mnt_fsnotify_mask); in file_set_fsnotify_mode_from_watchers()
728 .mnt_id = real_mount(mnt)->mnt_id_unique, in fsnotify_mnt()
H A Dmark.c107 return &real_mount(obj)->mnt_fsnotify_marks; in fsnotify_object_connp()
/linux-6.15/fs/proc/
H A Dfd.c59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()