Searched defs:_path (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ocfs2/ |
| A D | alloc.h | 282 #define path_root_bh(_path) ((_path)->p_node[0].bh) argument 283 #define path_root_el(_path) ((_path)->p_node[0].el) argument 284 #define path_root_access(_path)((_path)->p_root_access) argument 285 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) argument 286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el) argument 287 #define path_num_items(_path) ((_path)->p_tree_depth + 1) argument
|
| /linux/fs/bcachefs/ |
| A D | btree_iter.h | 128 #define trans_for_each_path_from(_trans, _path, _idx, _start) \ argument 133 #define trans_for_each_path(_trans, _path, _idx) \ argument 167 #define trans_for_each_path_inorder(_trans, _path, _iter) \ argument 174 #define trans_for_each_path_inorder_reverse(_trans, _path, _i) \ argument 199 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument
|
| /linux/fs/ |
| A D | fs_parser.c | 148 struct path *_path) in fs_lookup_param()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | phy.h | 751 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | rtw8822c.c | 1026 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
|
| /linux/fs/smb/client/ |
| A D | cifsglob.h | 2270 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument
|
Completed in 33 milliseconds