HomeSort by: relevance | last modified time | path
    Searched refs:tn_gid (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_subr.c 153 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true);
245 node->tn_gid = vap->va_gid;
250 node->tn_gid = dnode->tn_gid;
1033 NULL, genfs_can_chmod(vp, cred, node->tn_uid, node->tn_gid, mode));
1039 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true);
1063 gid = node->tn_gid;
1075 NULL, genfs_can_chown(vp, cred, node->tn_uid, node->tn_gid, uid,
1081 node->tn_gid = gid;
1083 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true)
    [all...]
tmpfs_vfsops.c 119 args->ta_root_gid = root->tn_gid;
176 root->tn_gid = args->ta_root_gid;
tmpfs.h 111 gid_t tn_gid; member in struct:tmpfs_node
tmpfs_vnops.c 416 node->tn_uid, node->tn_gid, node->tn_mode, NULL, accmode));
437 vap->va_gid = node->tn_gid;
1367 node->tn_gid, (uintmax_t)node->tn_size);

Completed in 15 milliseconds