Lines Matching refs:st
77 const struct stat *st,
88 assert(st);
91 x = timespec_load(&st->st_ctim);
95 x = timespec_load(&st->st_atim);
99 x = timespec_load(&st->st_mtim);
116 struct stat st;
128 if (fstat(fd, &st) < 0)
132 if (st.st_size < (off_t) sizeof(Header))
187 struct stat st;
190 if (fstatat(dirfd(d), de->d_name, &st, AT_SYMLINK_NOFOLLOW) < 0) {
195 if (!S_ISREG(st.st_mode))
270 size = 512UL * (uint64_t) st.st_blocks;
292 patch_realtime(dirfd(d), p, &st, &realtime);