Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmount.h90 extern bool __mnt_is_readonly(struct vfsmount *mnt);
/linux-6.12.1/fs/
Dproc_namespace.c123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt()
Dnamespace.c381 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly() function
385 EXPORT_SYMBOL_GPL(__mnt_is_readonly);
434 return __mnt_is_readonly(mnt); in mnt_is_readonly()
539 if (__mnt_is_readonly(file->f_path.mnt)) in mnt_get_write_access_file()
2927 if (readonly_request == __mnt_is_readonly(&mnt->mnt)) in change_mount_ro_state()
2948 if (!__mnt_is_readonly(mnt) && in mnt_warn_timestamp_expiry()
Dopen.c523 if (__mnt_is_readonly(path.mnt)) in do_faccessat()
/linux-6.12.1/fs/overlayfs/
Dparams.c302 if (__mnt_is_readonly(path->mnt)) in ovl_mount_dir_check()
Dsuper.c481 if (__mnt_is_readonly(upperpath->mnt)) { in ovl_get_upper()
/linux-6.12.1/fs/nfsd/
Dvfs.c2517 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission()
2529 __mnt_is_readonly(exp->ex_path.mnt)) in nfsd_permission()