Searched refs:v9fs_t (Results 1 – 4 of 4) sorted by relevance
45 } v9fs_t; typedef51 v9fs_t *v9fs;67 v9fs_t *v9fs;96 uint32_t get_unused_fid(v9fs_t *v9fs);97 void put_fid(v9fs_t *v9fs, uint32_t fid);
65 uint32_t get_unused_fid(v9fs_t *v9fs) in get_unused_fid()73 void put_fid(v9fs_t *v9fs, uint32_t fid) in put_fid()98 v9fs_t *v9fs = calloc(1, sizeof(v9fs_t)); in v9fs_mount()148 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_unmount()
39 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_dir()139 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_mkdir()
40 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_file()124 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_create_file()
Completed in 5 milliseconds