OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tn_uid
(Results
1 - 5
of
5
) 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);
244
node->
tn_uid
= vap->va_uid;
249
node->
tn_uid
= kauth_cred_geteuid(cred);
989
genfs_can_chflags(vp, cred, node->
tn_uid
, changing_sysflags));
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);
1060
uid = node->
tn_uid
;
1075
NULL, genfs_can_chown(vp, cred, node->
tn_uid
, node->tn_gid, uid,
1080
node->
tn_uid
= uid;
1083
cache_enter_id(vp, node->tn_mode, node->
tn_uid
, node->tn_gid, true)
[
all
...]
tmpfs_rename.c
200
VP_TO_TMPFS_NODE(fdvp)->
tn_uid
,
201
fvp, VP_TO_TMPFS_NODE(fvp)->
tn_uid
,
203
VP_TO_TMPFS_NODE(tdvp)->
tn_uid
,
204
tvp, (tvp? VP_TO_TMPFS_NODE(tvp)->
tn_uid
: 0));
255
dvp, VP_TO_TMPFS_NODE(dvp)->tn_mode, VP_TO_TMPFS_NODE(dvp)->
tn_uid
,
256
vp, VP_TO_TMPFS_NODE(vp)->
tn_uid
);
tmpfs_vfsops.c
118
args->ta_root_uid = root->
tn_uid
;
175
root->
tn_uid
= args->ta_root_uid;
tmpfs.h
110
uid_t
tn_uid
;
member in struct:tmpfs_node
tmpfs_vnops.c
275
dnode->
tn_uid
, tnode->
tn_uid
));
416
node->
tn_uid
, node->tn_gid, node->tn_mode, NULL, accmode));
436
vap->va_uid = node->
tn_uid
;
1366
node, node->tn_flags, node->tn_links, node->tn_mode, node->
tn_uid
,
Completed in 14 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025