Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dnamespace.c2122 if (!path_mounted(path)) in can_umount()
2939 if (!path_mounted(path)) in do_change_type()
3305 if (!path_mounted(path)) in do_reconfigure_mnt()
3344 if (!path_mounted(path)) in do_remount()
3417 if (!path_mounted(from_path)) in do_set_group()
3419 if (!path_mounted(to_path)) in do_set_group()
3516 if (!path_mounted(to)) in can_move_mount_beneath()
3680 if (!path_mounted(old_path)) in do_move_mount()
4790 if (!path_mounted(&root)) in SYSCALL_DEFINE2()
4794 if (!path_mounted(&new)) in SYSCALL_DEFINE2()
[all …]
H A Dinternal.h339 static inline bool path_mounted(const struct path *path) in path_mounted() function
H A Dstat.c308 if (path_mounted(path)) in vfs_statx_path()