Lines Matching refs:stat_info
424 ** stat_info -- A place to put the stat info for the file.
430 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info)
436 struct stat *stat_info;
449 sff, mode_mask, stat_info);
458 ** Compares the passed in stat_info with a current stat on
466 ** stat_info -- An old stat_info.
472 smdb_filechanged(db_name, extension, db_fd, stat_info)
476 struct stat *stat_info;
485 return filechanged(db_file_name, db_fd, stat_info);