Searched refs:__mnt_is_readonly (Results 1 – 5 of 5) sorted by relevance
123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
413 * __mnt_is_readonly: check whether a mount is read-only423 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function 427 EXPORT_SYMBOL_GPL(__mnt_is_readonly);476 return __mnt_is_readonly(mnt); in mnt_is_readonly() 581 if (__mnt_is_readonly(file->f_path.mnt)) in mnt_get_write_access_file() 3194 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state() 3215 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
302 if (__mnt_is_readonly(path->mnt)) in ovl_mount_dir_check()
499 if (__mnt_is_readonly(upperpath->mnt)) { in ovl_get_upper()
2612 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission() 2624 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()