Searched refs:getlk (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | fcntl.c | 43 print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk) in print_struct_flock64() argument 51 if (getlk) in print_struct_flock64() 57 printflock64(struct tcb *const tcp, const kernel_ulong_t addr, const int getlk) in printflock64() argument 62 print_struct_flock64(&fl, getlk); in printflock64() 66 printflock(struct tcb *const tcp, const kernel_ulong_t addr, const int getlk) in printflock() argument 71 print_struct_flock64(&fl, getlk); in printflock()
|
D | ChangeLog-CVS | 4231 * desc.c (getlk): Cast l_len to "long long" to avoid warnings when
|
/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 | 156 Some(Opcode::Getlk) => self.getlk(in_header, r, w), in handle_message() 1209 fn getlk<R: Reader, W: Writer>(&self, in_header: InHeader, mut _r: R, w: W) -> Result<usize> { in getlk() method 1210 if let Err(e) = self.fs.getlk() { in getlk()
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1724 if (req->se->op.getlk) in do_getlk() 1725 req->se->op.getlk(req, nodeid, &fi, &flock); in do_getlk() 2101 LL_SET_DEFAULT(se->op.getlk && se->op.setlk, in do_init()
|
D | fuse.c | 4488 .getlk = fuse_lib_getlk, 4923 llop.getlk = NULL; in fuse_new_31()
|