Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A D9p-marshal.h34 int32_t n_gid; member
H A D9p-iov-marshal.c163 &statp->n_uid, &statp->n_gid, in v9fs_iov_vunmarshal()
269 statp->n_gid, statp->n_muid); in v9fs_iov_vmarshal()
/openbmc/linux/net/9p/
H A Dprotocol.c361 stbuf->n_gid = INVALID_GID; in p9pdu_vreadf()
373 &stbuf->n_uid, &stbuf->n_gid, in p9pdu_vreadf()
606 stbuf->n_gid, stbuf->n_muid); in p9pdu_vwritef()
H A Dclient.c1715 from_kgid(&init_user_ns, ret->n_gid), in p9_client_stat()
1838 from_kgid(&init_user_ns, wst->n_gid), in p9_client_wstat()
/openbmc/linux/include/net/9p/
H A D9p.h406 kgid_t n_gid; /* 9p2000.u extensions */ member
/openbmc/linux/fs/9p/
H A Dvfs_inode.c218 wstat->n_gid = INVALID_GID; in v9fs_blank_wstat()
1100 wstat.n_gid = iattr->ia_gid; in v9fs_vfs_setattr()
1168 inode->i_gid = stat->n_gid; in v9fs_stat2inode()
/openbmc/qemu/hw/9pfs/
H A D9p.c1160 stat->n_gid == -1 && in donttouch_stat()
1249 v9stat->n_gid = stbuf->st_gid; in stat_to_v9stat()
3528 if (v9stat.n_gid != -1 || v9stat.n_uid != -1) { in v9fs_wstat()
3529 err = v9fs_co_chown(pdu, &fidp->path, v9stat.n_uid, v9stat.n_gid); in v9fs_wstat()