Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch97 - uint32_t s_free_inodes_count; /* Free inodes count */
138 - uint32_t s_last_orphan; /* start of list of inodes to delete */
151 - uint16_t s_min_extra_isize; /* All inodes have at least # bytes */
152 - uint16_t s_want_extra_isize; /* New inodes should reserve # bytes */
180 - uint16_t bg_free_inodes_count; /* Free inodes count */
296 - uint32_t s_inodes_per_block;/* Number of inodes per block */
297 - uint32_t s_inodes_per_group;/* Number of inodes in a group */
496 - __u16 bg_free_inodes_count; /* Free inodes count */
502 - __u16 bg_itable_unused; /* Unused inodes count */
515 - __u16 bg_free_inodes_count; /* Free inodes count */
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A Dautoconf-2.73.patch16 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dautoconf-2.73.patch18 # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py127 inodes = {}
174 if inodecache[file] in inodes:
176 os.link(inodes[inodecache[file]], file)
179 inodes[inodecache[file]] = file
1071 inodes = {}
1163 if file_reference in inodes:
1165 os.link(inodes[file_reference][0], file)
1166 inodes[file_reference].append(file)
1168 inodes[file_reference] = [file]
1184 if file_reference in inodes:
[all …]
H A Dutils.py509 if stat.st_ino not in inodes:
510 inodes.add(stat.st_ino)
515 inodes = set()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py194 inodes = set({})
202 if fstat.st_ino in inodes:
206 inodes.add(fstat.st_ino)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/
H A D0002-ext4_utils-add-o-argument-to-preserve-ownership.patch51 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n");
/openbmc/u-boot/fs/ubifs/
H A Dio.c1044 wbuf->inodes = kmalloc(size, GFP_KERNEL); in ubifs_wbuf_init()
1045 if (!wbuf->inodes) { in ubifs_wbuf_init()
1093 wbuf->inodes[wbuf->next_ino++] = inum; in ubifs_wbuf_add_ino_nolock()
1111 if (inum == wbuf->inodes[i]) { in wbuf_has_ino()
H A Ddebug.c1825 struct rb_root inodes; member
1848 p = &fsckd->inodes.rb_node; in add_inode()
1908 rb_insert_color(&fscki->rb, &fsckd->inodes); in add_inode()
1927 p = fsckd->inodes.rb_node; in search_inode()
2173 rbtree_postorder_for_each_entry_safe(fscki, n, &fsckd->inodes, rb) in free_inodes()
2195 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
2318 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch216 /* Microsoft Windows does not natively support inodes.
217 VMS has non-numeric inodes. */
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample165 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
166 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/
H A Dlocal.conf.sample165 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
166 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample165 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
166 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/
H A Dlocal.conf.sample187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
188 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/
H A Dlocal.conf.sample187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
188 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/
H A Dlocal.conf.sample168 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
169 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/
H A Dlocal.conf.sample166 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
167 # shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort

123