Searched refs:v9stat (Results 1 – 3 of 3) sorted by relevance
1229 V9fsStat *v9stat) in stat_to_v9stat() argument1233 memset(v9stat, 0, sizeof(*v9stat)); in stat_to_v9stat()1235 err = stat_to_qid(pdu, stbuf, &v9stat->qid); in stat_to_v9stat()1239 v9stat->mode = stat_to_v9mode(stbuf); in stat_to_v9stat()1240 v9stat->atime = stbuf->st_atime; in stat_to_v9stat()1241 v9stat->mtime = stbuf->st_mtime; in stat_to_v9stat()1242 v9stat->length = stbuf->st_size; in stat_to_v9stat()1244 v9fs_string_free(&v9stat->uid); in stat_to_v9stat()1245 v9fs_string_free(&v9stat->gid); in stat_to_v9stat()1246 v9fs_string_free(&v9stat->muid); in stat_to_v9stat()[all …]
26 V9fsStatDotl *v9stat) in v9fs_co_st_gen() argument39 &v9stat->st_gen); in v9fs_co_st_gen()
111 V9fsStatDotl *v9stat);