Searched refs:__mnt_is_readonly (Results 1 – 5 of 5) sorted by relevance
83 extern int __mnt_is_readonly(struct vfsmount *mnt);
116 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
274 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function282 EXPORT_SYMBOL_GPL(__mnt_is_readonly);324 return __mnt_is_readonly(mnt); in mnt_is_readonly()409 if (__mnt_is_readonly(mnt)) in mnt_clone_write()2140 if (readonly_request == __mnt_is_readonly(mnt)) in change_mount_flags()
398 if (__mnt_is_readonly(path.mnt)) in SYSCALL_DEFINE3()
1960 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()1972 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()