• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/

Lines Matching defs:directory

118 /* in memory directory table - possibly compressed */
122 /* cached directory table */
137 /* in memory directory data */
149 struct directory {
203 /* list of root directory entries read from original filesystem */
780 BAD_ERROR("Out of memory in directory table reallocation!\n");
842 int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type, long long byte_size, long long start_block, unsigned int offset, unsigned int *block_list, struct fragment *fragment, struct directory *dir_in)
912 BAD_ERROR("directory greater than 2^27-1 bytes!\n");
937 TRACE("Long directory inode, file_size %d, start_block %llx, offset %x, nlink %d\n", (int) byte_size,
1017 void scan2_init_dir(struct directory *dir)
1020 BAD_ERROR("Out of memory allocating directory buffer\n");
1032 void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, int type, struct directory *dir)
1047 BAD_ERROR("Out of memory reallocating directory buffer\n");
1064 BAD_ERROR("Out of memory in directory index table reallocation!\n");
1105 int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct directory *dir)
1211 BAD_ERROR("Out of memory in directory table reallocation!\n");
2312 ERROR("Bad source directory %s - skipping ...\n", source_path[index]);
2322 ERROR("Source directory entry %s already used! - trying ", dir_name);
2352 ERROR("Source directory entry %s already used! - trying ", dir_name);
2378 struct dir_ent *scan2_readdir(struct directory *dir, struct dir_info *dir_info)
2399 void scan2_freedir(struct directory *dir)
2420 /* dummy top level directory, if multiple sources specified on command line */
2508 struct directory dir;
2608 INFO("directory %s inode 0x%llx\n", pathname, *inode);
2680 BAD_ERROR("Out of memory in old root directory entries reallocation\n");
2963 else if(strcmp(argv[i], "-keep-as-directory") == 0)
2996 ERROR("-keep-as-directory\tif one source directory is specified, create a root\n");
2997 ERROR("\t\t\tdirectory containing that directory, rather than the\n");
2998 ERROR("\t\t\tcontents of the directory\n");
3027 fprintf(stderr, "Cannot stat source directory \"%s\" because %s\n", source_path[i], strerror(errno));
3185 * differs depending on whether we're appending to the original root directory, or if the original
3186 * root directory becomes a sub-directory (root-becomes specified on command line, here root_name != NULL)
3331 printf("\t%.2f%% of uncompressed directory table size (%d bytes)\n",