Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h480 __le16 ih_entry_count; member
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
1029 #define I_ENTRY_COUNT(ih) (ih_entry_count((ih)))