Searched defs:getlk (Results 1 – 4 of 4) sorted by relevance
/external/strace/ |
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()
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 953 void (*getlk) (fuse_req_t req, fuse_ino_t ino, member
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 1097 fn getlk(&self) -> io::Result<()> { in getlk() method
|
D | server.rs | 1209 fn getlk<R: Reader, W: Writer>(&self, in_header: InHeader, mut _r: R, w: W) -> Result<usize> { in getlk() method
|