Lines Matching defs:lst
229 struct stat lst;
262 #define hasLstat 32 /* The lst entry is valid. */
849 const struct stat *lst;/* lstat() information */
859 lst = NULL;
883 lst = tree_current_lstat(t);
884 if (lst == NULL) {
905 } while (lst == NULL);
968 st = lst;
1298 * valid here (though t->lst is), which complicates the logic a
1303 t->lst.st_dev, t->lst.st_ino, &t->restore_time);
2564 tree_current_access_path(t), &t->lst,
2570 if (lstat(tree_current_access_path(t), &t->lst) != 0)
2572 if (la_stat(tree_current_access_path(t), &t->lst) != 0)
2578 return (&t->lst);
2677 static const struct stat *lst, *st;
2679 lst = tree_current_lstat(t);
2681 return (st != NULL && lst != NULL &&
2683 st->st_dev != lst->st_dev);