Home
last modified time | relevance | path

Searched refs: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
842 struct fuse_file_lock lk;
848 struct fuse_file_lock lk;
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h328 struct fuse_file_lock { struct
858 struct fuse_file_lock lk;
864 struct fuse_file_lock lk;
/openbmc/linux/fs/fuse/
H A Dfile.c2500 const struct fuse_file_lock *ffl, in convert_fuse_file_lock()
2606 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function
3222 .lock = fuse_file_lock,