Searched defs:_path (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | alloc.h | 280 #define path_root_bh(_path) ((_path)->p_node[0].bh) argument 281 #define path_root_el(_path) ((_path)->p_node[0].el) argument 282 #define path_root_access(_path)((_path)->p_root_access) argument 283 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) argument 284 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el) argument 285 #define path_num_items(_path) ((_path)->p_tree_depth + 1) argument
|
| /linux/fs/ |
| H A D | fs_parser.c | 149 struct path *_path) in fs_lookup_param()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.h | 790 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 1026 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 2243 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument
|