bst               925 src/filemanager/file.c check_same_file (const char *a, const struct stat *ast, const char *b, const struct stat *bst,
bst               928 src/filemanager/file.c     if (ast->st_dev != bst->st_dev || ast->st_ino != bst->st_ino)