Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmount.h83 extern int __mnt_is_readonly(struct vfsmount *mnt);
/linux-4.4.14/fs/
Dproc_namespace.c116 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()
2140 if (readonly_request == __mnt_is_readonly(mnt)) in change_mount_flags()
Dopen.c398 if (__mnt_is_readonly(path.mnt)) in SYSCALL_DEFINE3()
/linux-4.4.14/fs/nfsd/
Dvfs.c1960 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
1972 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()