Searched refs:__mnt_is_readonly (Results 1 – 4 of 4) sorted by relevance
237 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function245 EXPORT_SYMBOL_GPL(__mnt_is_readonly);287 return __mnt_is_readonly(mnt); in mnt_is_readonly()372 if (__mnt_is_readonly(mnt)) in mnt_clone_write()1784 if (readonly_request == __mnt_is_readonly(mnt)) in change_mount_flags()
110 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
371 if (__mnt_is_readonly(path.mnt)) in SYSCALL_DEFINE3()
2110 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()2122 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()