Searched refs:__mnt_is_readonly (Results 1 – 6 of 6) sorted by relevance
89 extern bool __mnt_is_readonly(struct vfsmount *mnt);
123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
269 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function273 EXPORT_SYMBOL_GPL(__mnt_is_readonly);315 return __mnt_is_readonly(mnt); in mnt_is_readonly()417 if (__mnt_is_readonly(file->f_path.mnt)) in __mnt_want_write_file()2592 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state()2613 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
476 if (__mnt_is_readonly(path.mnt)) in do_faccessat()
2231 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()2243 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()
1205 if (__mnt_is_readonly(upperpath->mnt)) { in ovl_get_upper()