Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.c1243 p9_client_getattr(struct p9_fid *fid, struct p9_stat_dotl *stat_dotl, in p9_client_getattr() argument
1263 err = p9_buf_readf(req->rc, clnt->proto_version, "A", stat_dotl); in p9_client_getattr()
1276 stat_dotl->qid.type, (uintmax_t)stat_dotl->qid.path, in p9_client_getattr()
1277 stat_dotl->qid.version, stat_dotl->st_mode, stat_dotl->st_uid, in p9_client_getattr()
1278 stat_dotl->st_gid, (uintmax_t)stat_dotl->st_nlink, in p9_client_getattr()
1279 (uintmax_t)stat_dotl->st_rdev, (uintmax_t)stat_dotl->st_size, in p9_client_getattr()
1280 (uintmax_t)stat_dotl->st_blksize, in p9_client_getattr()
1281 (uintmax_t)stat_dotl->st_blocks, (uintmax_t)stat_dotl->st_atime_sec, in p9_client_getattr()
1282 (uintmax_t)stat_dotl->st_atime_nsec, (uintmax_t)stat_dotl->st_mtime_sec, in p9_client_getattr()
1283 (uintmax_t)stat_dotl->st_mtime_nsec, (uintmax_t)stat_dotl->st_ctime_sec, in p9_client_getattr()
[all …]
H A Dp9_client.h158 int p9_client_getattr(struct p9_fid *fid, struct p9_stat_dotl *stat_dotl,