Home
last modified time | relevance | path

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

/third_party/e2fsprogs/
D0012-tests-fix-ACL-printing-tests.patch53 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
D0004-tests-update-expect-files-for-f_large_dir-and-f_larg.patch8 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
D0010-tests-update-expect-file-for-u_direct_io.patch11 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
D0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch21 -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
D0003-tests-update-expect-files-for-f_mmp_garbage.patch9 Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default")
D0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch15 Pass 1: Checking inodes, blocks, and sizes
D1002-add-header-file-to-musl-compile-mk2efs.patch2385 + N_( "Cannot create filesystem with requested number of inodes"),
2427 + N_( "Operation not supported for inodes containing extents"),
/third_party/toybox/toys/pending/
Dmke2fs.c81 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/
Ddu.c34 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/
Ddu.c47 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/
Dnetstat.c35 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/
DvirtualFileSystemWithWatch.ts356 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/
Dmainpage.dox23 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/
Dglobals.h179 struct num_cache *inodes; member
775 long inodes; // Total inodes in filesystem. member
1135 void *inodes; member
/third_party/libfuse/
DREADME.md21 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/
Dpyspecific.py374 inodes, messages = self.state.inline_text(self.arguments[2],
376 para = nodes.paragraph(self.arguments[2], '', *inodes, translatable=False)
/third_party/ntfs-3g/
DTODO.ntfsprogs35 - metadata cloning: skip more non-needed inodes
/third_party/libfuse/example/
Dpassthrough_hp.cc147 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/
Dtarfile.py1517 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/
Dvmlinux.h3807 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/
DCHANGELOG_V5.md154 …ub.com/nodejs/node/commit/5f9c8297f1)] - **doc**: clarify fs.watch() and inodes on linux, os x (Jo…
DCHANGELOG_V4.md1769 …ub.com/nodejs/node/commit/30f354f72b)] - **doc**: clarify fs.watch() and inodes on linux, os x (Jo…
/third_party/NuttX/
DReleaseNotes34107 * [#7990](https://github.com/apache/nuttx/pull/7990) fs: timerfd/eventfd: using anonymous inodes an…
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi9466 …<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" …
Dtest-PR27569-v0.abi9466 …<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" …