Home
last modified time | relevance | path

Searched refs:le32 (Results 1 – 1 of 1) sorted by relevance

/tools/libfsimage/xfs/
A Dfsys_xfs.c106 le32 (xfs_uint32_t x) in le32() function
126 return (((xfs_uint64_t)le32(l)) << 32) | ((xfs_uint64_t)(le32(h))); in le64()
141 return (((xfs_fileoff_t)le32 (r->l0) & in xt_offset()
143 (((xfs_fileoff_t)le32 (r->l1)) >> 9); in xt_offset()
149 return le32(r->l3) & mask32lo(21); in xt_len()
213 xfs.nextents = le32 (icore.di_nextents); in init_extents()
330 xfs.forw = le32 (h->info.forw); in next_dentry()
410 xfs.dirmax = le32 (tail->count) - le32 (tail->stale); in first_dentry()
421 xfs.forw = le32 (h->info.forw); in first_dentry()
450 le32(super->sb_agblocks)) in xfs_sb_is_invalid()
[all …]

Completed in 3 milliseconds