Home
last modified time | relevance | path

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

/net/9p/
Dprotocol.c46 void p9stat_free(struct p9_wstat *stbuf) in p9stat_free() argument
48 kfree(stbuf->name); in p9stat_free()
49 stbuf->name = NULL; in p9stat_free()
50 kfree(stbuf->uid); in p9stat_free()
51 stbuf->uid = NULL; in p9stat_free()
52 kfree(stbuf->gid); in p9stat_free()
53 stbuf->gid = NULL; in p9stat_free()
54 kfree(stbuf->muid); in p9stat_free()
55 stbuf->muid = NULL; in p9stat_free()
56 kfree(stbuf->extension); in p9stat_free()
[all …]