Searched defs:ih (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | inotify.h | 92 struct inotify_handle *ih; /* associated inotify handle */ member 186 static inline void inotify_destroy(struct inotify_handle *ih) in inotify_destroy() 190 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode, in inotify_find_watch() 196 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih, in inotify_find_update_watch() 202 static inline __s32 inotify_add_watch(struct inotify_handle *ih, in inotify_add_watch() 209 static inline int inotify_rm_watch(struct inotify_handle *ih, in inotify_rm_watch() 215 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd) in inotify_rm_wd() 220 static inline void inotify_remove_watch_locked(struct inotify_handle *ih, in inotify_remove_watch_locked()
|
D | coda.h | 324 struct coda_in_hdr ih; member 338 struct coda_in_hdr ih; member 349 struct coda_in_hdr ih; member 360 struct coda_in_hdr ih; member 371 struct coda_in_hdr ih; member 388 struct coda_in_hdr ih; member 400 struct coda_in_hdr ih; member 411 struct coda_in_hdr ih; member 427 struct coda_in_hdr ih; member 442 struct coda_in_hdr ih; member [all …]
|
D | reiserfs_fs.h | 506 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) argument 507 #define ih_version(ih) le16_to_cpu((ih)->ih_version) argument 508 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) argument 509 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location) argument 510 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) argument 512 #define put_ih_free_space(ih, val) do { (ih)->u.ih_free_space_reserved = cpu_to_le16(val); } whil… argument 513 #define put_ih_version(ih, val) do { (ih)->ih_version = cpu_to_le16(val); } while (0) argument 514 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) argument 515 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) argument 516 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0) argument [all …]
|
D | intel-iommu.h | 247 #define QI_IOTLB_IH(ih) (((u64)ih) << 6) argument
|