Searched refs:v9fs_put_int32 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dconv.c423 static inline void v9fs_put_int32(struct cbuf *bufp, u32 val, u32 * p) function
467 v9fs_put_int32(bufp, wstat->dev, &stat->dev);
469 v9fs_put_int32(bufp, wstat->qid.version, &stat->qid.version);
471 v9fs_put_int32(bufp, wstat->mode, &stat->mode);
472 v9fs_put_int32(bufp, wstat->atime, &stat->atime);
473 v9fs_put_int32(bufp, wstat->mtime, &stat->mtime);
483 v9fs_put_int32(bufp, wstat->n_uid, &stat->n_uid);
484 v9fs_put_int32(bufp, wstat->n_gid, &stat->n_gid);
485 v9fs_put_int32(bufp, wstat->n_muid, &stat->n_muid);
502 v9fs_put_int32(buf
[all...]

Completed in 42 milliseconds