Searched defs:is_dir (Results 1 – 5 of 5) sorted by relevance
85 int is_dir = S_ISDIR(s->st_mode) || strcmp(path, TRAILER) == 0; in fix_stat() local
211 bool is_dir = (ext2fs_check_directory(filsys_, it_ino) == 0); in GetFiles() local
329 bool is_dir(const char* pathname) { in is_dir() function
531 unsigned int i, leftover_space, is_dir; in recurse_dir() local
1132 bool is_dir = (hdr->opcode == FUSE_FSYNCDIR); in handle_fsync() local