Searched refs:tn_gid (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 589 nnode->tn_gid = gid; in tmpfs_alloc_node() 1200 cnp->cn_cred->cr_uid, dnode->tn_gid, vap->va_mode, parent, in tmpfs_alloc_file() 2125 if (!groupmember(node->tn_gid, cred) && (mode & S_ISGID)) { in tmpfs_chmod() 2169 gid = node->tn_gid; in tmpfs_chown() 2193 (gid != node->tn_gid && !groupmember(gid, cred))) && in tmpfs_chown() 2197 ogid = node->tn_gid; in tmpfs_chown() 2201 node->tn_gid = gid; in tmpfs_chown()
|
H A D | tmpfs_vnops.c | 380 return (vaccess_vexec_smr(mode, node->tn_uid, node->tn_gid, cred)); in tmpfs_fplookup_vexec() 396 return (vaccess(vp->v_type, node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_access_locked() 464 sb->st_gid = node->tn_gid; in tmpfs_stat() 513 vap->va_gid = node->tn_gid; in tmpfs_getattr() 1632 node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_print()
|
H A D | tmpfs.h | 211 gid_t tn_gid; /* (v) */ member
|