/third_party/e2fsprogs/ |
D | 0012-tests-fix-ACL-printing-tests.patch | 53 Free inodes: 1003 78 - 7750 free blocks, 491 free inodes, 5 directories, 491 unused inodes 81 + 7495 free blocks, 491 free inodes, 5 directories, 491 unused inodes 83 Free inodes: 22-512 91 7038 free blocks, 512 free inodes, 0 directories, 512 unused inodes 93 Free inodes: 513-1024 129 +# use 512-byte inodes so with/out security.selinux xattr doesn't fail
|
D | 0004-tests-update-expect-files-for-f_large_dir-and-f_larg.patch | 8 include the warning about missing y2038 support with 128-byte inodes. 23 +128-byte inodes cannot handle dates beyond 2038 and are deprecated 24 Creating filesystem with 108341 1k blocks and 65072 inodes 32 +128-byte inodes cannot handle dates beyond 2038 and are deprecated 33 Creating filesystem with 31002 1k blocks and 64 inodes
|
D | 0010-tests-update-expect-file-for-u_direct_io.patch | 11 Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default" 29 Free inodes: 32757 53 - 27631 free blocks, 32757 free inodes, 2 used directories 54 + 26607 free blocks, 32757 free inodes, 2 used directories 56 Pass 1: Checking inodes, blocks, and sizes 65 Pass 1: Checking inodes, blocks, and sizes
|
D | 0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch | 21 -Creating filesystem with 1073741824 4k blocks and 1048576 inodes 23 +Creating filesystem with 268435456 4k blocks and 262144 inodes 33 Pass 1: Checking inodes, blocks, and sizes
|
D | 0003-tests-update-expect-files-for-f_mmp_garbage.patch | 9 Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default")
|
D | 0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch | 15 Pass 1: Checking inodes, blocks, and sizes
|
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 2385 + N_( "Cannot create filesystem with requested number of inodes"), 2427 + N_( "Operation not supported for inodes containing extents"),
|
/third_party/toybox/toys/pending/ |
D | mke2fs.c | 81 long inodes; // Total inodes in filesystem. 359 static uint32_t get_inodespg(uint32_t inodes) in get_inodespg() argument 364 temp = (inodes + TT.groups - 1) / TT.groups; in get_inodespg() 365 inodes = TT.blocksize/sizeof(struct ext2_inode); in get_inodespg() 366 return ((temp + inodes - 1)/inodes)*inodes; in get_inodespg() 601 if (!TT.inodes) { in mke2fs_main() 603 TT.inodes = (TT.blocks * (uint64_t)TT.blocksize) / TT.bytes_per_inode; in mke2fs_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | du.c | 34 void *inodes; 117 if (seen_inode(&TT.inodes, &node->st)) return 0; in do_du() 152 if (CFG_TOYBOX_FREE) seen_inode(TT.inodes, 0); in du_main()
|
/third_party/toybox/toys/posix/ |
D | du.c | 47 void *inodes; 133 if (seen_inode(&TT.inodes, &node->st)) return 0; in do_du() 170 if (CFG_TOYBOX_FREE) seen_inode(TT.inodes, 0); in du_main()
|
/third_party/toybox/toys/net/ |
D | netstat.c | 35 struct num_cache *inodes; 175 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_ip() 217 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_unix_sockets() 261 add_num_cache(&TT.inodes, ll, s, strlen(s)+1); in scan_pids() 381 llist_traverse(TT.inodes, free); in netstat_main()
|
/third_party/typescript/src/harness/ |
D | virtualFileSystemWithWatch.ts | 356 private readonly inodes?: ESMap<Path, number>; 380 this.inodes = new Map(); 410 if (this.inodes) this.inodes.set(path, this.nextInode++); 639 this.inodes?.delete(fileOrDirectory.path); 684 if (this.inodeWatching && !this.inodes?.has(path)) throw new Error(); 690 inode: this.inodes?.get(path) 703 const currentInode = this.inodes?.get(path); 1058 … diffFsEntry(baseline, base.get(path), newFsEntry, this.inodes?.get(path), this.writtenFiles); 1063 … diffFsEntry(baseline, oldFsEntry, newFsEntry, this.inodes?.get(path), this.writtenFiles);
|
/third_party/libfuse/doc/ |
D | mainpage.dox | 23 instead of inodes, and processing of a request finishes when the 25 must work with inodes and responses must be sent explicitly using a
|
/third_party/toybox/generated/ |
D | globals.h | 179 struct num_cache *inodes; member 775 long inodes; // Total inodes in filesystem. member 1135 void *inodes; member
|
/third_party/libfuse/ |
D | README.md | 21 file names and paths instead of inodes, and processing of a request 23 API, the callbacks must work with inodes and responses must be sent
|
/third_party/python/Doc/tools/extensions/ |
D | pyspecific.py | 374 inodes, messages = self.state.inline_text(self.arguments[2], 376 para = nodes.paragraph(self.arguments[2], '', *inodes, translatable=False)
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 35 - metadata cloning: skip more non-needed inodes
|
/third_party/libfuse/example/ |
D | passthrough_hp.cc | 147 InodeMap inodes; // protected by mutex member 349 inode_p = &fs.inodes[id]; in do_lookup() 590 fs.inodes.erase({inode.src_ino, inode.src_dev}); in forget_one()
|
/third_party/python/Lib/ |
D | tarfile.py | 1517 self.inodes = {} # dictionary caching the inodes of 1857 inode in self.inodes and arcname != self.inodes[inode]: 1861 linkname = self.inodes[inode] 1867 self.inodes[inode] = arcname
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 3807 struct hlist_head inodes; member 7563 struct hlist_head inodes; member 15915 __le32 inodes; member 40669 long long unsigned int inodes; member 43182 struct inode *inodes[0]; member 47446 struct inode *inodes[0]; member
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 154 …ub.com/nodejs/node/commit/5f9c8297f1)] - **doc**: clarify fs.watch() and inodes on linux, os x (Jo…
|
D | CHANGELOG_V4.md | 1769 …ub.com/nodejs/node/commit/30f354f72b)] - **doc**: clarify fs.watch() and inodes on linux, os x (Jo…
|
/third_party/NuttX/ |
D | ReleaseNotes | 34107 * [#7990](https://github.com/apache/nuttx/pull/7990) fs: timerfd/eventfd: using anonymous inodes an…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 9466 …<var-decl name="inodes" type-id="e151255a" visibility="default" filepath="include/linux/sysctl.h" … 72984 …<var-decl name="inodes" type-id="e151255a" visibility="default" filepath="include/linux/sysctl.h" …
|
D | test-PR27569-v0.abi | 9466 …<var-decl name="inodes" type-id="e151255a" visibility="default" filepath="include/linux/sysctl.h" … 72970 …<var-decl name="inodes" type-id="e151255a" visibility="default" filepath="include/linux/sysctl.h" …
|