Home
last modified time | relevance | path

Searched refs:getlk (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dfcntl.c43 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()
DChangeLog-CVS4231 * desc.c (getlk): Cast l_len to "long long" to avoid warnings when
/external/libfuse/include/
Dfuse_lowlevel.h953 void (*getlk) (fuse_req_t req, fuse_ino_t ino, member
/external/crosvm/fuse/src/
Dfilesystem.rs1097 fn getlk(&self) -> io::Result<()> { in getlk() method
Dserver.rs156 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/
Dfuse_lowlevel.c1724 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()
Dfuse.c4488 .getlk = fuse_lib_getlk,
4923 llop.getlk = NULL; in fuse_new_31()