Home
last modified time | relevance | path

Searched defs:fuse_file_lock (Results 1 – 2 of 2) sorted by last modified time

/linux/fs/fuse/
H A Dfile.c2696 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) fuse_file_lock() function
/linux/include/uapi/linux/
H A Dfuse.h329 struct fuse_file_lock { struct
330 uint64_t start;
331 uint64_t end;
332 uint32_t type;
333 uint32_t pid; /* tgid */