Searched defs:bh (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | reiserfs_fs.h | 1003 #define B_I_PITEM(bh,ih) ( (bh)->b_data + ih_location(ih) ) argument 1004 #define B_I_DEH(bh,ih) ((struct reiserfs_de_head *)(B_I_PITEM(bh,ih))) argument 1016 static __inline__ int entry_length(const struct buffer_head *bh, in entry_length() 1032 #define B_I_E_NAME(bh,ih,entry_num) ((char *)(bh->b_data + ih_location(ih) + deh_location(B_I_DEH(b… argument 1061 #define B_I_DEH_ENTRY_FILE_NAME(bh,ih,deh) (B_I_PITEM (bh, ih) + deh_location(deh)) argument 1111 #define MAX_CHILD_SIZE(bh) ((int)( (bh)->b_size - BLKH_SIZE )) argument 1117 #define MAX_NR_KEY(bh) ( (MAX_CHILD_SIZE(bh)-DC_SIZE)/(KEY_SIZE+DC_SIZE) ) argument 1118 #define MIN_NR_KEY(bh) (MAX_NR_KEY(bh)/2) argument 1492 #define B_N_PITEM_HEAD(bh,item_num) ( (struct item_head * )((bh)->b_data + BLKH_SIZE) + (item_num) ) argument 1495 #define B_N_PDELIM_KEY(bh,item_num) ( (struct reiserfs_key * )((bh)->b_data + BLKH_SIZE) + (item_nu… argument [all …]
|
| H A D | msdos_fs.h | 176 struct buffer_head *bh; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 2637 int bh; in ms_ehci_irq() local
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEhciHcd.c | 7905 int bh; in ehci_irq() local
|