Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c628 nnode->tn_gid = gid; in tmpfs_alloc_node()
1238 cnp->cn_cred->cr_uid, dnode->tn_gid, vap->va_mode, parent, in tmpfs_alloc_file()
2130 if (!groupmember(node->tn_gid, cred) && (mode & S_ISGID)) { in tmpfs_chmod()
2174 gid = node->tn_gid; in tmpfs_chown()
2198 (gid != node->tn_gid && !groupmember(gid, cred))) && in tmpfs_chown()
2202 ogid = node->tn_gid; in tmpfs_chown()
2206 node->tn_gid = gid; in tmpfs_chown()
H A Dtmpfs_vnops.c380 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()
512 vap->va_gid = node->tn_gid; in tmpfs_getattr()
1609 node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_print()
H A Dtmpfs.h211 gid_t tn_gid; /* (v) */ member