Searched refs:inodes (Results 1 – 6 of 6) sorted by relevance
289 uint32 inodes = B_LENDIAN_TO_HOST_INT16(free_inodes); in FreeInodes() local291 inodes |= in FreeInodes()293 return inodes; in FreeInodes()306 uint32 inodes = B_LENDIAN_TO_HOST_INT16(unused_inodes); in UnusedInodes() local308 inodes |= in UnusedInodes()310 return inodes; in UnusedInodes()
73 "allocating inodes", "writing superblock", etc.
173 XFS inodes comes in three versions:179 in read format. When we will have write support for XFS we will only support V2 and V3 inodes.181 V1 & V2 inodes are 256 bytes while V3 inodes are 512 bytes in size allowing more data to be195 Since size of inodes could differ based on different versions of XFS we pass CoreInodeSize()
31 small enough to fit in file's inodes. This way, the icon can be displayed
1269 ino_t inodes[] = { fInodeNumber, in _PopulateDirents() local1276 fDirents[i]->inode_number = inodes[i]; in _PopulateDirents()
46 It often has a meaning to the FS, e.g. file systems using inodes might