__mnt_is_readonly  259 fs/namespace.c 	if (__mnt_is_readonly(mnt)) {
__mnt_is_readonly  811 fs/namespace.c 	seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw");
__mnt_is_readonly 1517 fs/namespace.c 	if (readonly_request == __mnt_is_readonly(mnt))
__mnt_is_readonly  976 fs/nfs/dir.c   	if (__mnt_is_readonly(nd->path.mnt) &&
__mnt_is_readonly 1906 fs/nfsd/vfs.c  		__mnt_is_readonly(exp->ex_path.mnt)?	" ro" : "");
__mnt_is_readonly 1918 fs/nfsd/vfs.c  			    __mnt_is_readonly(exp->ex_path.mnt))
__mnt_is_readonly  491 fs/open.c      	if (__mnt_is_readonly(path.mnt))
__mnt_is_readonly   88 include/linux/mount.h extern int __mnt_is_readonly(struct vfsmount *mnt);