Home
last modified time | relevance | path

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

/fs/
Dnamespace.c551 static inline int check_mnt(struct mount *mnt) in check_mnt() function
1211 if (!check_mnt(mnt)) in SYSCALL_DEFINE2()
1638 if (!check_mnt(real_mount(path->mnt)) || !check_mnt(old)) in do_loopback()
1697 if (!check_mnt(mnt)) in do_remount()
1759 if (!check_mnt(p) || !check_mnt(old)) in do_move_mount()
1844 if (unlikely(!check_mnt(real_mount(path->mnt)))) { in do_add_mount()
2540 if (!check_mnt(root_mnt) || !check_mnt(new_mnt)) in SYSCALL_DEFINE2()
2696 return check_mnt(real_mount(mnt)); in our_mnt()