Home
last modified time | relevance | path

Searched refs:tn_gid (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c145 nnode->tn_gid = gid; in tmpfs_alloc_node()
402 dnode->tn_gid, vap->va_mode, target, vap->va_rdev, &node); in tmpfs_alloc_file()
999 if (!groupmember(node->tn_gid, cred) && (mode & S_ISGID)) in tmpfs_chmod()
1031 gid = node->tn_gid; in tmpfs_chown()
1043 (gid != node->tn_gid && !groupmember(gid, cred))) && in tmpfs_chown()
1048 node->tn_gid = gid; in tmpfs_chown()
H A Dtmpfs.h115 gid_t tn_gid; member
H A Dtmpfs_vnops.c436 return (vaccess(vp->v_type, node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_access()
458 vap->va_gid = node->tn_gid; in tmpfs_getattr()
1139 node->tn_gid, node->tn_size); in tmpfs_print()