Searched refs:pseudo_file (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.h73 char pseudo_file; member in struct:inode_info
80 #define IS_PSEUDO(a) ((a)->pseudo_file)
81 #define IS_PSEUDO_PROCESS(a) ((a)->pseudo_file & PSEUDO_FILE_PROCESS)
82 #define IS_PSEUDO_OTHER(a) ((a)->pseudo_file & PSEUDO_FILE_OTHER)
H A Dpseudo.c66 struct pseudo_dev **pseudo_file = NULL; variable in typeref:struct:pseudo_dev
303 pseudo_file = realloc(pseudo_file, (pseudo_count + 1) *
305 if(pseudo_file == NULL)
306 BAD_ERROR("Failed to realloc pseudo_file\n");
309 pseudo_file[pseudo_count ++] = dev;
319 unlink(pseudo_file[i]->filename);
326 return pseudo_file[pseudo_id];
H A Dmksquashfs.c3323 inode->pseudo_file = FALSE;
3601 dir_ent->inode->pseudo_file = PSEUDO_FILE_OTHER;
3795 inode->pseudo_file = PSEUDO_FILE_OTHER;
3802 inode->pseudo_file = PSEUDO_FILE_PROCESS;
3808 inode->pseudo_file = PSEUDO_FILE_OTHER;

Completed in 88 milliseconds