Home | History | Annotate | Download | only in include

Lines Matching defs:in

142 /* these are defined in kernel */
252 __le32 log_sectorsize; /* log2 sector size in bytes */
254 __le32 log_blocksize; /* log2 block size in bytes */
294 __le64 valid_block_count; /* # of valid blocks in main area */
297 __le32 free_segment_count; /* # of free segments in main area */
330 __le16 blk_addr; /* block index in current CP */
331 __le16 blk_count; /* Number of orphan inode blocks in CP */
332 __le32 entry_count; /* Total number of orphan nodes in current CP */
347 #define DEF_ADDRS_PER_INODE 923 /* Address Pointers in an Inode */
349 #define ADDRS_PER_BLOCK 1018 /* Address Pointers in a Direct Block */
350 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */
375 __le64 i_size; /* file size in bytes */
376 __le64 i_blocks; /* file size in blocks */
380 __le32 i_atime_nsec; /* access time in nano scale */
381 __le32 i_ctime_nsec; /* change time in nano scale */
382 __le32 i_mtime_nsec; /* modification time in nano scale */
428 struct indirect_node in;
451 * Each segment is 2MB in size by default so that a bitmap for validity of
452 * there-in blocks should occupy 64 bytes, 512 bits.
501 /* a summary entry for a 4KB-sized block in a segment */
508 __le16 ofs_in_node; /* block index in parent node */
533 * frequently updated NAT/SIT entries can be stored in the spare area in
592 /* the number of dentry in a block */
615 /* validity bitmap for directory entries in each block */
622 /* file types used in inode_info->flags */
666 /* All bytes in the buffer must be 0 use dev_fill(). */