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 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 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()
174 v9fs_path_read_lock(s); in v9fs_co_chown()
194 v9fs_path_read_lock(s); in v9fs_co_truncate()
241 v9fs_path_read_lock(s); in v9fs_co_mknod()
272 v9fs_path_read_lock(s); in v9fs_co_remove()
293 v9fs_path_read_lock(s); in v9fs_co_unlinkat()
362 v9fs_path_read_lock(s); in v9fs_co_symlink()
H A Dcofile.c36 v9fs_path_read_lock(s); in v9fs_co_st_gen()
58 v9fs_path_read_lock(s); in v9fs_co_lstat()
111 v9fs_path_read_lock(s); in v9fs_co_open()
238 v9fs_path_read_lock(s); in v9fs_co_link()
H A Dcodir.c292 v9fs_path_read_lock(s); in v9fs_co_mkdir()
322 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