Searched refs:__mnt_is_readonly (Results 1 – 4 of 4) sorted by relevance
119 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
247 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function251 EXPORT_SYMBOL_GPL(__mnt_is_readonly);293 return __mnt_is_readonly(mnt); in mnt_is_readonly()378 if (__mnt_is_readonly(mnt)) in mnt_clone_write()2469 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state()2495 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
439 if (__mnt_is_readonly(path.mnt)) in do_faccessat()
2025 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()2037 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()