Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c624 bool dotu = version >= L9P_2000U; in l9p_describe_l9stat() local
644 if (st->uid != NULL || !dotu) in l9p_describe_l9stat()
646 if (st->gid != NULL || !dotu) in l9p_describe_l9stat()
648 if (st->muid != NULL || !dotu) in l9p_describe_l9stat()
650 if (dotu) { in l9p_describe_l9stat()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c204 struct stat *, bool dotu);
651 struct stat *buf, bool dotu) in dostat() argument
667 if (S_ISLNK(buf->st_mode) && dotu) in dostat()
685 if (!dotu) { in dostat()
1735 bool dotu = req->lr_conn->lc_version >= L9P_2000U; in fs_read() local
1774 dostat(sc, &l9stat, d->d_name, &st, dotu); in fs_read()
1856 bool dotu = req->lr_conn->lc_version >= L9P_2000U; in fs_stat() local
1866 dostat(sc, &req->lr_resp.rstat.stat, file->ff_name, &st, dotu); in fs_stat()