Searched refs:_path (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | alloc.h | 298 #define path_root_bh(_path) ((_path)->p_node[0].bh) argument 299 #define path_root_el(_path) ((_path)->p_node[0].el) argument 300 #define path_root_access(_path)((_path)->p_root_access) argument 301 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) argument 302 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el) argument 303 #define path_num_items(_path) ((_path)->p_tree_depth + 1) argument
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 2839 #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ in initDeltaSwingIndexTables() argument 2840 ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ in initDeltaSwingIndexTables() 2843 #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ in initDeltaSwingIndexTables() argument 2844 ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ in initDeltaSwingIndexTables()
|