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

/forgerock/web-agents-v4/source/
H A Dlog.c272 f->node_debug = st.st_ino;
277 f->node_audit = st.st_ino;
385 if (stat(file_name, &st) != 0 || st.st_ino != file_inode) {
389 f->node_audit = st.st_ino;
394 f->node_debug = st.st_ino;

Completed in 29 milliseconds