Searched defs:_path (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| 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
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | alloc.h | 284 #define path_root_bh(_path) ((_path)->p_node[0].bh) argument 285 #define path_root_el(_path) ((_path)->p_node[0].el) argument 286 #define path_root_access(_path)((_path)->p_root_access) argument 287 #define path_leaf_bh(_path) ((_path)->p_node[(_path)->p_tree_depth].bh) argument 288 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el) argument 289 #define path_num_items(_path) ((_path)->p_tree_depth + 1) argument
|
| /kernel/linux/linux-6.6/fs/ |
| D | fs_parser.c | 148 struct path *_path) in fs_lookup_param()
|
| /kernel/linux/linux-5.10/fs/ |
| D | fs_parser.c | 146 struct path *_path) in fs_lookup_param()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| D | phy.h | 553 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
| D | rtw8822c.c | 998 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
| D | rtw8822c.c | 1025 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | cifsglob.h | 2314 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument
|