Searched refs:thd_bfuse (Results 1 – 1 of 1) sorted by relevance
| /spdk/module/blobfs/bdev/ |
| H A D | blobfs_fuse.c | 35 static __thread struct spdk_blobfs_fuse *thd_bfuse; variable 67 rc = spdk_fs_file_stat(thd_bfuse->fs, thd_bfuse->channel, path, &stat); in fuse_getattr() 89 iter = spdk_fs_iter_first(thd_bfuse->fs); in fuse_readdir() 103 return spdk_fs_create_file(thd_bfuse->fs, thd_bfuse->channel, path); in fuse_mknod() 109 return spdk_fs_delete_file(thd_bfuse->fs, thd_bfuse->channel, path); in fuse_unlink() 118 rc = spdk_fs_open_file(thd_bfuse->fs, thd_bfuse->channel, path, 0, &file); in fuse_truncate() 123 rc = spdk_file_truncate(file, thd_bfuse->channel, size); in fuse_truncate() 128 spdk_file_close(file, thd_bfuse->channel); in fuse_truncate() 145 rc = spdk_fs_open_file(thd_bfuse->fs, thd_bfuse->channel, path, 0, &file); in fuse_open() 159 return spdk_file_close(file, thd_bfuse->channel); in fuse_release() [all …]
|