Home | History | Annotate | Download | only in include

Lines Matching defs:in

36  * bswap_16 - reverse bytes in a uint16_t value.
50 * bswap_32 - reverse bytes in a uint32_t value.
68 * bswap_64 - reverse bytes in a uint64_t value.
204 /* these are defined in kernel */
319 __le32 log_sectorsize; /* log2 sector size in bytes */
321 __le32 log_blocksize; /* log2 block size in bytes */
362 __le64 valid_block_count; /* # of valid blocks in main area */
365 __le32 free_segment_count; /* # of free segments in main area */
398 __le16 blk_addr; /* block index in current CP */
399 __le16 blk_count; /* Number of orphan inode blocks in CP */
400 __le32 entry_count; /* Total number of orphan nodes in current CP */
415 #define DEF_ADDRS_PER_INODE 923 /* Address Pointers in an Inode */
417 #define ADDRS_PER_BLOCK 1018 /* Address Pointers in a Direct Block */
418 #define NIDS_PER_BLOCK 1018 /* Node IDs in an Indirect Block */
446 __le64 i_size; /* file size in bytes */
447 __le64 i_blocks; /* file size in blocks */
451 __le32 i_atime_nsec; /* access time in nano scale */
452 __le32 i_ctime_nsec; /* change time in nano scale */
453 __le32 i_mtime_nsec; /* modification time in nano scale */
502 struct indirect_node in;
525 * Each segment is 2MB in size by default so that a bitmap for validity of
526 * there-in blocks should occupy 64 bytes, 512 bits.
582 /* a summary entry for a 4KB-sized block in a segment */
589 __le16 ofs_in_node; /* block index in parent node */
614 * frequently updated NAT/SIT entries can be stored in the spare area in
673 /* the number of dentry in a block */
696 /* validity bitmap for directory entries in each block */
721 /* file types used in inode_info->flags */
770 /* All bytes in the buffer must be 0 use dev_fill(). */