Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dmount.h87 static inline int is_mounted(struct vfsmount *mnt) in is_mounted() function
Dd_path.c120 error = is_mounted(vfsmnt) ? 1 : 2; in prepend_path()