Lines Matching defs:address
120 * address format, __le32.
308 block_t lstart; /* logical start address */
310 block_t start; /* actual start address in dev */
317 block_t lstart; /* logical start address */
319 block_t start; /* actual start address in dev */
396 block_t blkaddr; /* block address locating the last fsync */
397 block_t last_dentry; /* block address locating the last dentry */
579 u32 blk; /* start block address of the extent */
857 block_t nat_blkaddr; /* base disk address of NAT */
912 block_t data_blkaddr; /* block address of the node block */
953 /* pinned file that needs consecutive block address */
982 block_t seg0_blkaddr; /* block address of 0'th segment */
983 block_t main_blkaddr; /* start block address of main area */
984 block_t ssa_blkaddr; /* start block address of SSA area */
1133 block_t new_blkaddr; /* new block address to be written */
1134 block_t old_blkaddr; /* old block address before Cow */
1143 bool retry; /* need to reallocate block address */
1331 void *rbuf; /* virtual mapped address on rpages */
1332 struct compress_data *cbuf; /* virtual mapped address on cpages */
1360 void *rbuf; /* virtual mapped address on rpages */
1361 struct compress_data *cbuf; /* virtual mapped address on cpages */
1697 const void *address, unsigned int length)
1710 err = crypto_shash_update(&desc.shash, address, length);
1716 static inline u32 f2fs_crc32(struct f2fs_sb_info *sbi, const void *address,
1719 return __f2fs_crc32(sbi, F2FS_SUPER_MAGIC, address, length);
1729 const void *address, unsigned int length)
1731 return __f2fs_crc32(sbi, crc, address, length);