Searched refs:real_mount (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ |
| H A D | namespace.c | 434 struct mount *mnt = real_mount(m); in mnt_get_write_access() 557 mnt_dec_writers(real_mount(mnt)); in mnt_put_write_access() 748 mnt = real_mount(bastard); in __legitimize_mnt() 1211 real_mount(mnt)->mnt_ns = MNT_NS_INTERNAL; in vfs_kern_mount() 1417 struct mount *m = real_mount(mnt); in mntput() 1429 mnt_add_count(real_mount(mnt), 1); 1442 WRITE_ONCE(real_mount(mnt)->mnt_ns, NULL); 1478 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal() 1599 struct mount *mnt = real_mount(m); in may_umount_tree() 1635 if (propagate_mount_busy(real_mount(mn in may_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() 336 capable_wrt_mount(real_mount(root->mnt)) && in may_decode_fh() 337 !has_locked_children(real_mount(root->mnt), root->dentry)) in may_decode_fh()
|
| H A D | mount.h | 124 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() 137 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); 122 static inline struct mount *real_mount(struct vfsmount *mnt) real_mount() function
|
| H A D | fs_pin.c | 26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert()
|
| H A D | namei.c | 1467 struct mount *mnt = real_mount(path->mnt); in follow_up() 2164 if (!choose_mountpoint_rcu(real_mount(nd->path.mnt), in follow_dotdot_rcu() 2204 if (!choose_mountpoint(real_mount(nd->path.mnt), in follow_dotdot()
|
| /linux/fs/notify/ |
| H A D | fsnotify.c | 189 READ_ONCE(real_mount(path->mnt)->mnt_fsnotify_mask) : 0; in __fsnotify_parent() 513 mnt = real_mount(path->mnt); in fsnotify() 645 mnt_mask = READ_ONCE(real_mount(file->f_path.mnt)->mnt_fsnotify_mask); in fsnotify_open_perm_and_set_mode() 703 .mnt_id = real_mount(mnt)->mnt_id_unique, in fsnotify_mnt()
|
| H A D | mark.c | 108 return &real_mount(obj)->mnt_fsnotify_marks; in fsnotify_object_connp()
|