Searched defs:getlk (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/strace/ |
H A D | fcntl.c | 43 print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk) in print_struct_flock64() 57 printflock64(struct tcb *const tcp, const kernel_ulong_t addr, const int getlk) in printflock64() 66 printflock(struct tcb *const tcp, const kernel_ulong_t addr, const int getlk) in printflock()
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse_lowlevel.h | 1053 void (*getlk) (fuse_req_t req, fuse_ino_t ino, member
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 1138 fn getlk(&self) -> io::Result<()> { in getlk() method
|
H A D | server.rs | 1296 fn getlk<R: Reader, W: Writer>(&self, in_header: InHeader, mut _r: R, w: W) -> Result<usize> { in getlk() method
|