Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h79 extern bool __mnt_is_readonly(const struct vfsmount *mnt);
/linux/fs/
H A Dnamespace.c360 bool __mnt_is_readonly(const struct vfsmount *mnt) in __mnt_is_readonly() function
364 EXPORT_SYMBOL_GPL(__mnt_is_readonly);
413 return __mnt_is_readonly(mnt); in mnt_is_readonly()
518 if (__mnt_is_readonly(file->f_path.mnt)) in mnt_get_write_access_file()
3290 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state()
3312 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
/linux/fs/overlayfs/
H A Dparams.c330 if (__mnt_is_readonly(path->mnt)) in ovl_mount_dir_check()
/linux/fs/nfsd/
H A Dvfs.c2864 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
2876 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()