| /linux-6.15/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-6.15/fs/ |
| H A D | fs_parser.c | 149 struct path *_path) in fs_lookup_param() argument 171 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param() 178 !S_ISBLK(d_backing_inode(_path->dentry)->i_mode)) { in fs_lookup_param() 179 path_put(_path); in fs_lookup_param() 180 _path->dentry = NULL; in fs_lookup_param() 181 _path->mnt = NULL; in fs_lookup_param()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_iter.h | 129 #define trans_for_each_path_from(_trans, _path, _idx, _start) \ argument 131 (_path = __trans_next_path((_trans), &_idx)); \ 134 #define trans_for_each_path(_trans, _path, _idx) \ argument 135 trans_for_each_path_from(_trans, _path, _idx, 1) 168 #define trans_for_each_path_inorder(_trans, _path, _iter) \ argument 171 _path = (_trans)->paths + _iter.path_idx, \ 175 #define trans_for_each_path_inorder_reverse(_trans, _path, _i) \ argument 177 ((_path) = (_trans)->paths + trans->sorted[_i]), (_i) >= 0;\ 200 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument 202 (_path = __trans_next_path_with_node((_trans), (_b), &_iter));\
|
| /linux-6.15/include/linux/ |
| H A D | fs_parser.h | 83 struct path *_path);
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.h | 756 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument 758 .path = _path, \
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsglob.h | 2313 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument 2316 .path = _path, \
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | mount_api.rst | 812 struct path *_path); 818 Returns 0 if successful and ``*_path`` will be set; returns a negative
|
| /linux-6.15/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 1028 rtw_write_rf(rtwdev, _path, 0x33, RFREG_MASK, _seq); \ in rtw8822c_set_power_trim() 1029 rtw_write_rf(rtwdev, _path, 0x3f, RFREG_MASK, \ in rtw8822c_set_power_trim() 1030 bb_gain[_path][_idx]); \ in rtw8822c_set_power_trim()
|