Home
last modified time | relevance | path

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

/fs/
Dproc_namespace.c119 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
Dnamespace.c247 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function
251 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()
Dopen.c439 if (__mnt_is_readonly(path.mnt)) in do_faccessat()
/fs/nfsd/
Dvfs.c2025 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
2037 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()