Searched refs:LOCK_PATH (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | bsd-file.h | 25 #define LOCK_PATH(p, arg) \ macro 229 LOCK_PATH(p, arg1); in do_bsd_open() 244 LOCK_PATH(p, arg2); in do_bsd_openat() 283 LOCK_PATH(p, arg1); in do_bsd_revoke() 296 LOCK_PATH(p, arg1); in do_bsd_access() 309 LOCK_PATH(p, arg1); in do_bsd_eaccess() 323 LOCK_PATH(p, arg2); in do_bsd_faccessat() 336 LOCK_PATH(p, arg1); in do_bsd_chdir() 409 LOCK_PATH(p, arg1); in do_bsd_unlink() 423 LOCK_PATH(p, arg2); in do_bsd_unlinkat() [all …]
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 64 LOCK_PATH(p, arg1); in do_freebsd11_stat() 80 LOCK_PATH(p, arg1); in do_freebsd11_lstat() 123 LOCK_PATH(p, arg2); in do_freebsd11_fstatat() 140 LOCK_PATH(p, arg2); in do_freebsd_fstatat() 156 LOCK_PATH(p, arg1); in do_freebsd11_nstat() 185 LOCK_PATH(p, arg1); in do_freebsd11_nlstat() 201 LOCK_PATH(p, arg1); in do_freebsd_getfh() 217 LOCK_PATH(p, arg1); in do_freebsd_lgetfh() 321 LOCK_PATH(p, arg1); in do_freebsd11_statfs() 338 LOCK_PATH(p, arg1); in do_freebsd_statfs() [all …]
|