Home
last modified time | relevance | path

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

/lib/fs/9p/
A Dv9fs_priv.h45 } v9fs_t; typedef
51 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);
A Dv9fs.c65 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()
A Ddir.c39 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_dir()
139 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_mkdir()
A Dfile.c40 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