Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A Dcofs.c65 v9fs_path_read_lock(s); in v9fs_co_readlink()
86 v9fs_path_read_lock(s); in v9fs_co_statfs()
109 v9fs_path_read_lock(s); in v9fs_co_chmod()
130 v9fs_path_read_lock(s); in v9fs_co_utimensat()
155 v9fs_path_read_lock(s); in v9fs_co_chown()
175 v9fs_path_read_lock(s); in v9fs_co_truncate()
204 v9fs_path_read_lock(s); in v9fs_co_mknod()
235 v9fs_path_read_lock(s); in v9fs_co_remove()
256 v9fs_path_read_lock(s); in v9fs_co_unlinkat()
325 v9fs_path_read_lock(s); in v9fs_co_symlink()
H A Dcoxattr.c34 v9fs_path_read_lock(s); in v9fs_co_llistxattr()
56 v9fs_path_read_lock(s); in v9fs_co_lgetxattr()
80 v9fs_path_read_lock(s); in v9fs_co_lsetxattr()
103 v9fs_path_read_lock(s); in v9fs_co_lremovexattr()
H A Dcofile.c35 v9fs_path_read_lock(s); in v9fs_co_st_gen()
57 v9fs_path_read_lock(s); in v9fs_co_lstat()
110 v9fs_path_read_lock(s); in v9fs_co_open()
233 v9fs_path_read_lock(s); in v9fs_co_link()
H A Dcodir.c291 v9fs_path_read_lock(s); in v9fs_co_mkdir()
321 v9fs_path_read_lock(s); in v9fs_co_opendir()
H A D9p.h436 v9fs_path_read_lock(V9fsState *s) in v9fs_path_read_lock() function