Home
last modified time | relevance | path

Searched defs:ih (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcoda.h359 struct coda_in_hdr ih; member
373 struct coda_in_hdr ih; member
384 struct coda_in_hdr ih; member
395 struct coda_in_hdr ih; member
406 struct coda_in_hdr ih; member
423 struct coda_in_hdr ih; member
435 struct coda_in_hdr ih; member
446 struct coda_in_hdr ih; member
462 struct coda_in_hdr ih; member
477 struct coda_in_hdr ih; member
[all …]
H A Dreiserfs_fs.h493 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) argument
494 #define ih_version(ih) le16_to_cpu((ih)->ih_version) argument
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) argument
496 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location) argument
497 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) argument
499 #define put_ih_free_space(ih, val) do { (ih)->u.ih_free_space_reserved = cpu_to_le16(val); } whil… argument
500 #define put_ih_version(ih, val) do { (ih)->ih_version = cpu_to_le16(val); } while (0) argument
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) argument
502 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) argument
503 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0) argument
[all …]