Home
last modified time | relevance | path

Searched defs:fuse_file_lock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfuse.h323 struct fuse_file_lock { struct
324 uint64_t start;
325 uint64_t end;
326 uint32_t type;
327 uint32_t pid; /* tgid */
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h325 struct fuse_file_lock { struct
326 uint64_t start;
327 uint64_t end;
328 uint32_t type;
329 uint32_t pid; /* tgid */
/openbmc/linux/fs/fuse/
H A Dfile.c2606 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function