Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member
74 __be16 __count; /* count of active entries */ member
Dxfs_da_btree.c138 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()
146 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk()
166 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
173 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()