Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmount.h83 extern int __mnt_is_readonly(struct vfsmount *mnt);
/linux-4.1.27/fs/
Dproc_namespace.c115 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
Dnamespace.c274 int __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function
282 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()
2129 if (readonly_request == __mnt_is_readonly(mnt)) in change_mount_flags()
Dopen.c396 if (__mnt_is_readonly(path.mnt)) in SYSCALL_DEFINE3()
/linux-4.1.27/fs/nfsd/
Dvfs.c2036 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
2048 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()