Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dnamespace.c768 static inline int check_mnt(struct mount *mnt) in check_mnt() function
1646 if (!check_mnt(mnt)) in ksys_umount()
1770 if (!check_mnt(real_mount(path->mnt))) in collect_mounts()
2172 if (!check_mnt(parent)) in do_loopback()
2175 if (!check_mnt(old) && old_path.dentry->d_op != &ns_dentry_operations) in do_loopback()
2235 if (!check_mnt(mnt)) in do_remount()
2322 if (!check_mnt(p) || !check_mnt(old)) in do_move_mount()
2410 if (unlikely(!check_mnt(parent))) { in do_add_mount()
3107 if (!check_mnt(root_mnt) || !check_mnt(new_mnt)) in SYSCALL_DEFINE2()
3268 return check_mnt(real_mount(mnt)); in our_mnt()
[all …]