Searched refs:inodes (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 20 -N inodes Allocate this many inodes 81 long inodes; // Total inodes in filesystem. 111 uint32_t free_inodes_count; // Free inodes count 150 uint32_t last_orphan; // start of list of inodes to delete 167 uint16_t free_inodes_count; // How many free inodes in this group? 358 // Calculate inodes per group from total inodes. 359 static uint32_t get_inodespg(uint32_t inodes) in get_inodespg() argument [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A 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/ |
H A 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/ |
H A 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/toybox/generated/ |
H A D | globals.h | 181 struct num_cache *inodes; member 899 long inodes; // Total inodes in filesystem. member 1269 void *inodes; member
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 85 sfs_dirp` elements as inodes and file handles. This means that we 118 // Maps files in the source directory tree to inodes 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/Doc/tools/extensions/ |
H A D | pyspecific.py | 444 inodes, messages = self.state.inline_text(self.arguments[2], 446 para = nodes.paragraph(self.arguments[2], '', *inodes, translatable=False)
|
/third_party/python/Lib/ |
H A D | tarfile.py | 1730 self.inodes = {} # dictionary caching the inodes of 2070 inode in self.inodes and arcname != self.inodes[inode]: 2074 linkname = self.inodes[inode] 2080 self.inodes[inode] = arcname
|
Completed in 14 milliseconds