Home
last modified time | relevance | path

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

/trueos/sys/fs/tmpfs/
HDtmpfs_subr.c210 nnode->tn_gid = gid; in tmpfs_alloc_node()
712 dnode->tn_gid, vap->va_mode, parent, target, vap->va_rdev, &node); in tmpfs_alloc_file()
1541 if (!groupmember(node->tn_gid, cred) && (mode & S_ISGID)) { in tmpfs_chmod()
1583 gid = node->tn_gid; in tmpfs_chown()
1607 (gid != node->tn_gid && !groupmember(gid, cred))) && in tmpfs_chown()
1611 ogid = node->tn_gid; in tmpfs_chown()
1615 node->tn_gid = gid; in tmpfs_chown()
HDtmpfs.h176 gid_t tn_gid; member
HDtmpfs_vnops.c332 node->tn_gid, accmode, cred, NULL); in tmpfs_access()
356 vap->va_gid = node->tn_gid; in tmpfs_getattr()
1285 node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_print()