Home
last modified time | relevance | path

Searched refs:fuse_lseek (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/export/
H A Dfuse.c799 static void fuse_lseek(fuse_req_t req, fuse_ino_t inode, off_t offset, in fuse_lseek() function
881 .lseek = fuse_lseek,
/openbmc/qemu/
H A Dmeson_options.txt274 option('fuse_lseek', type : 'feature', value : 'auto', feature
H A Dmeson.build2178 if get_option('fuse').disabled() and get_option('fuse_lseek').enabled()
2185 fuse_lseek = not_found variable
2186 if get_option('fuse_lseek').allowed()
2189 fuse_lseek = declare_dependency() variable
2190 elif get_option('fuse_lseek').enabled()
2538 config_host_data.set('CONFIG_FUSE_LSEEK', fuse_lseek.found())
4818 summary_info += {'FUSE lseek': fuse_lseek.found()}
/openbmc/linux/fs/fuse/
H A Dfile.c2678 static loff_t fuse_lseek(struct file *file, loff_t offset, int whence) in fuse_lseek() function
2743 retval = fuse_lseek(file, offset, whence); in fuse_file_llseek()