Searched defs:fuse_lseek (Results 1 – 4 of 4) sorted by relevance
799 static void fuse_lseek(fuse_req_t req, fuse_ino_t inode, off_t offset, in fuse_lseek() function
274 option('fuse_lseek', type : 'feature', value : 'auto', feature
2185 fuse_lseek = not_found variable2189 fuse_lseek = declare_dependency() variable
2678 static loff_t fuse_lseek(struct file *file, loff_t offset, int whence) in fuse_lseek() function