Home
last modified time | relevance | path

Searched defs:v9fs (Results 1 – 4 of 4) sorted by relevance

/lib/fs/9p/
A Dv9fs_priv.h35 typedef struct v9fs { struct
40 v9fs_fid_t root; argument
51 v9fs_t *v9fs; argument
67 v9fs_t *v9fs; member
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() local
148 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_unmount() local
A Ddir.c39 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_dir() local
139 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_mkdir() local
A Dfile.c40 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_open_file() local
124 v9fs_t *v9fs = (v9fs_t *)cookie; in v9fs_create_file() local

Completed in 25 milliseconds