Searched refs:tn_gid (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/fs/tmpfs/ |
| D | tmpfs_subr.c | 153 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true); in tmpfs_init_vnode() 245 node->tn_gid = vap->va_gid; in tmpfs_newvnode() 250 node->tn_gid = dnode->tn_gid; in tmpfs_newvnode() 1033 NULL, genfs_can_chmod(vp, cred, node->tn_uid, node->tn_gid, mode)); in tmpfs_chmod() 1039 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true); in tmpfs_chmod() 1063 gid = node->tn_gid; in tmpfs_chown() 1075 NULL, genfs_can_chown(vp, cred, node->tn_uid, node->tn_gid, uid, in tmpfs_chown() 1081 node->tn_gid = gid; in tmpfs_chown() 1083 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true); in tmpfs_chown()
|
| D | tmpfs_vfsops.c | 119 args->ta_root_gid = root->tn_gid; in tmpfs_mount() 176 root->tn_gid = args->ta_root_gid; in tmpfs_mount()
|
| D | tmpfs.h | 111 gid_t tn_gid; member
|
| D | tmpfs_vnops.c | 416 node->tn_uid, node->tn_gid, node->tn_mode, NULL, accmode)); in tmpfs_access() 437 vap->va_gid = node->tn_gid; in tmpfs_getattr() 1367 node->tn_gid, (uintmax_t)node->tn_size); in tmpfs_print()
|