Searched refs:real_mount (Results 1 – 11 of 11) sorted by relevance
/linux/fs/ |
H A D | namespace.c | 487 struct mount *mnt = real_mount(m); in mnt_get_write_access() 610 mnt_dec_writers(real_mount(mnt)); in mnt_put_write_access() 779 mnt = real_mount(bastard); in __legitimize_mnt() 1505 struct mount *m = real_mount(mnt); in mntput() 1517 mnt_add_count(real_mount(mnt), 1); in mntget() 1530 real_mount(mnt)->mnt_ns = NULL; in mnt_make_shortterm() 1566 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal() 1677 struct mount *mnt = real_mount(m); in may_umount_tree() 1717 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount() 2028 struct mount *mnt = real_mount(path->mnt); in can_umount() [all …]
|
H A D | fhandle.c | 97 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 D | mount.h | 90 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function 103 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
|
H 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() 196 struct mount *r = real_mount(mnt); in show_vfsstat()
|
H A D | fs_pin.c | 26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert()
|
H A D | d_path.c | 172 error = __prepend_path(path->dentry, real_mount(path->mnt), root, &b); in prepend_path()
|
H A D | stat.c | 288 stat->mnt_id = real_mount(path->mnt)->mnt_id_unique; in vfs_statx_path() 291 stat->mnt_id = real_mount(path->mnt)->mnt_id; in vfs_statx_path()
|
H A D | namei.c | 1360 struct mount *mnt = real_mount(path->mnt); in follow_up() 1996 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu() 2036 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
|
/linux/fs/notify/ |
H A D | fsnotify.h | 27 return real_mount(conn->obj); in fsnotify_conn_mount() 84 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
|
H A D | fsnotify.c | 237 READ_ONCE(real_mount(path->mnt)->mnt_fsnotify_mask) : 0; in __fsnotify_parent() 551 mnt = real_mount(path->mnt); in fsnotify() 687 mnt_mask = READ_ONCE(real_mount(file->f_path.mnt)->mnt_fsnotify_mask); in file_set_fsnotify_mode_from_watchers()
|
/linux/fs/proc/ |
H A D | fd.c | 59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
|