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()
512 vap->va_uid = node->tn_uid; in tmpfs_getattr()
1632 node->tn_mode, node->tn_uid, node->tn_gid, in tmpfs_print()
H A Dtmpfs_subr.c588 nnode->tn_uid = uid; in tmpfs_alloc_node()
2167 uid = node->tn_uid; in tmpfs_chown()
2192 if ((uid != node->tn_uid || in tmpfs_chown()
2198 ouid = node->tn_uid; in tmpfs_chown()
2200 node->tn_uid = uid; in tmpfs_chown()
H A Dtmpfs.h210 uid_t tn_uid; /* (v) */ member