Home
last modified time | relevance | path

Searched refs:fuse_file_lock (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h360 struct fuse_file_lock {
905 struct fuse_file_lock lk;
911 struct fuse_file_lock lk;
352 struct fuse_file_lock { global() struct
353 startfuse_file_lock global() argument
354 endfuse_file_lock global() argument
355 typefuse_file_lock global() argument
356 pidfuse_file_lock global() argument
/linux/fs/fuse/
H A Dfile.c2451 const struct fuse_file_lock *ffl, in convert_fuse_file_lock()
2553 static int fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) in fuse_file_lock() function
3086 .lock = fuse_file_lock,