Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c463 static int mnt_is_readonly(struct vfsmount *mnt) in mnt_is_readonly() function
530 * mnt_is_readonly() and bail in case we are racing with remount in mnt_get_write_access()
534 if (mnt_is_readonly(m)) { in mnt_get_write_access()