Searched refs:real_mount (Results 1 – 12 of 12) sorted by relevance
/fs/ |
D | namespace.c | 313 struct mount *mnt = real_mount(m); in __mnt_want_write() 380 mnt_inc_writers(real_mount(mnt)); in mnt_clone_write() 431 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write() 570 mnt = real_mount(bastard); in __legitimize_mnt() 1210 struct mount *m = real_mount(mnt); in mntput() 1222 mnt_add_count(real_mount(mnt), 1); in mntget() 1259 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal() 1362 struct mount *mnt = real_mount(m); in may_umount_tree() 1402 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount() 1718 struct mount *mnt = real_mount(path->mnt); in can_umount() [all …]
|
D | mount.h | 85 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() function 98 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
|
D | proc_namespace.c | 101 struct mount *r = real_mount(mnt); in show_vfsmnt() 135 struct mount *r = real_mount(mnt); in show_mountinfo() 197 struct mount *r = real_mount(mnt); in show_vfsstat()
|
D | fs_pin.c | 26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert()
|
D | fhandle.c | 72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) || in do_sys_name_to_handle()
|
D | d_path.c | 98 mnt = real_mount(vfsmnt); in prepend_path()
|
D | stat.c | 198 stat->mnt_id = real_mount(path.mnt)->mnt_id; in vfs_statx()
|
D | namei.c | 1198 struct mount *mnt = real_mount(path->mnt); in follow_up() 1822 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu() 1862 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
|
/fs/notify/ |
D | fsnotify.h | 50 fsnotify_destroy_marks(&real_mount(mnt)->mnt_fsnotify_marks); in fsnotify_clear_marks_by_mount()
|
D | fsnotify.c | 184 struct mount *mnt = path ? real_mount(path->mnt) : NULL; in __fsnotify_parent() 474 mnt = real_mount(path->mnt); in fsnotify()
|
/fs/proc/ |
D | fd.c | 59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 780 return fanotify_remove_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_remove_vfsmount_mark() 876 return fanotify_add_mark(group, &real_mount(mnt)->mnt_fsnotify_marks, in fanotify_add_vfsmount_mark()
|