Searched refs:tn_uid (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs.h188 uid_t tn_uid; /* (v) */ member in struct:tmpfs_node
H A Dtmpfs_subr.c298 nnode->tn_uid = uid;
1713 uid = node->tn_uid;
1738 if ((uid != node->tn_uid ||
1744 ouid = node->tn_uid;
1746 node->tn_uid = uid;
H A Dtmpfs_vnops.c370 error = vaccess(vp->v_type, node->tn_mode, node->tn_uid,
394 vap->va_uid = node->tn_uid;
1375 node->tn_mode, node->tn_uid, node->tn_gid,

Completed in 110 milliseconds