OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attrtime
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/udf/
udf_vnops.c
876
struct timestamp *atime, *mtime, *
attrtime
, *creatime;
local
899
attrtime
= &fe->
attrtime
;
923
attrtime
= &efe->
attrtime
;
973
udf_timestamp_to_timespec(ump,
attrtime
, &vap->va_ctime);
ecma167-udf.h
754
struct timestamp
attrtime
;
member in struct:file_entry
786
struct timestamp
attrtime
;
member in struct:extfile_entry
udf_subr.c
4701
udf_timespec_to_timestamp(&now, &fe->
attrtime
);
4784
udf_timespec_to_timestamp(&now, &efe->
attrtime
);
6120
struct timestamp *atime, *mtime, *
attrtime
, *ctime;
local
6141
attrtime
= &fe->
attrtime
;
6161
attrtime
= &efe->
attrtime
;
6197
udf_timespec_to_timestamp(&now,
attrtime
);
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026