Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
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()
463 sb->st_uid = node->tn_uid; in tmpfs_stat()
511 vap->va_uid = node->tn_uid; in tmpfs_getattr()
1609 node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_print()
H A Dtmpfs_subr.c627 nnode->tn_uid = uid; in tmpfs_alloc_node()
2172 uid = node->tn_uid; in tmpfs_chown()
2197 if ((uid != node->tn_uid || in tmpfs_chown()
2203 ouid = node->tn_uid; in tmpfs_chown()
2205 node->tn_uid = uid; in tmpfs_chown()
H A Dtmpfs.h210 uid_t tn_uid; /* (v) */ member