Searched refs:BN (Results 1 – 5 of 5) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 56 if ((BN) == 0)\ 64 MP = read_metapage((IP), BN, SIZE, 1);\ 117 #define BT_PUSH(BTSTACK, BN, INDEX)\ argument 120 (BTSTACK)->top->bn = BN;\ 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument 144 BN = (LEAF)->bn;\ 146 if (BN)\
|
A D | jfs_dtree.c | 114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument 116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \ 119 (((BN) == 0) ? DTROOTMAXSLOT : (P)->header.maxslot)) || \ 120 ((BN) && ((P)->header.maxslot > DTPAGEMAXSLOT))) { \ 133 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument 134 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
|
A D | jfs_xtree.c | 54 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument 56 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \ 62 (((BN) == 0) ? XTROOTMAXSLOT : PSIZE >> L2XTSLOTSIZE))) { \ 75 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument 76 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
|
/linux/Documentation/devicetree/bindings/display/panel/ |
A D | jdi,lt070me05000.yaml | 10 - Vinay Simha BN <simhavcs@gmail.com>
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
A D | toshiba,tc358775.yaml | 10 - Vinay Simha BN <simhavcs@gmail.com>
|
Completed in 32 milliseconds