Searched defs:v9fs (Results 1 – 4 of 4) sorted by relevance
35 typedef struct v9fs { struct40 v9fs_fid_t root; argument51 v9fs_t *v9fs; argument67 v9fs_t *v9fs; member
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() local148 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_unmount() local
39 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_dir() local139 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_mkdir() local
40 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_file() local124 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_create_file() local
Completed in 25 milliseconds