Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmount.h91 extern bool __mnt_is_readonly(struct vfsmount *mnt);
/openbmc/linux/fs/
H A Dproc_namespace.c123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
H A Dnamespace.c270 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function
274 EXPORT_SYMBOL_GPL(__mnt_is_readonly);
323 return __mnt_is_readonly(mnt); in mnt_is_readonly()
427 if (__mnt_is_readonly(file->f_path.mnt)) in __mnt_want_write_file()
2775 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state()
2796 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
H A Dopen.c513 if (__mnt_is_readonly(path.mnt)) in do_faccessat()
/openbmc/linux/fs/overlayfs/
H A Dparams.c306 if (__mnt_is_readonly(path->mnt)) in ovl_mount_dir_check()
H A Dsuper.c547 if (__mnt_is_readonly(upperpath->mnt)) { in ovl_get_upper()
/openbmc/linux/fs/nfsd/
H A Dvfs.c2417 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
2429 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()