Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 3 of 3) sorted by relevance

/elf/
A Dldconfig.c515 struct stat64 stat_buf; in add_dir_1() local
525 entry->ino = stat_buf.st_ino; in add_dir_1()
526 entry->dev = stat_buf.st_dev; in add_dir_1()
659 struct stat64 stat_buf; in manual_link() local
713 if (lstat64 (real_library, &stat_buf)) in manual_link()
719 else if (!S_ISREG (stat_buf.st_mode)) in manual_link()
899 struct stat64 stat_buf; in search_dir() local
935 is_dir = S_ISDIR (stat_buf.st_mode); in search_dir()
938 lstat_buf.st_dev = stat_buf.st_dev; in search_dir()
939 lstat_buf.st_ino = stat_buf.st_ino; in search_dir()
[all …]
A Dreadlib.c77 struct stat64 *stat_buf) in process_file() argument
184 *stat_buf = statbuf; in process_file()
A Dcache.c935 search_aux_cache (struct stat64 *stat_buf, int *flags, in search_aux_cache() argument
940 id.ino = (uint64_t) stat_buf->st_ino; in search_aux_cache()
941 id.ctime = (uint64_t) stat_buf->st_ctime; in search_aux_cache()
942 id.size = (uint64_t) stat_buf->st_size; in search_aux_cache()
943 id.dev = (uint64_t) stat_buf->st_dev; in search_aux_cache()
997 add_to_aux_cache (struct stat64 *stat_buf, int flags, in add_to_aux_cache() argument
1002 id.ino = (uint64_t) stat_buf->st_ino; in add_to_aux_cache()
1003 id.ctime = (uint64_t) stat_buf->st_ctime; in add_to_aux_cache()
1004 id.size = (uint64_t) stat_buf->st_size; in add_to_aux_cache()
1005 id.dev = (uint64_t) stat_buf->st_dev; in add_to_aux_cache()

Completed in 8 milliseconds