/linux-6.12.1/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
|
/linux-6.12.1/fs/ |
D | fs_parser.c | 148 struct path *_path) in fs_lookup_param() argument 169 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param() 176 !S_ISBLK(d_backing_inode(_path->dentry)->i_mode)) { in fs_lookup_param() 177 path_put(_path); in fs_lookup_param() 178 _path->dentry = NULL; in fs_lookup_param() 179 _path->mnt = NULL; in fs_lookup_param()
|
/linux-6.12.1/fs/bcachefs/ |
D | btree_iter.h | 128 #define trans_for_each_path_from(_trans, _path, _idx, _start) \ argument 130 (_path = __trans_next_path((_trans), &_idx)); \ 133 #define trans_for_each_path(_trans, _path, _idx) \ argument 134 trans_for_each_path_from(_trans, _path, _idx, 1) 167 #define trans_for_each_path_inorder(_trans, _path, _iter) \ argument 170 _path = (_trans)->paths + _iter.path_idx, \ 174 #define trans_for_each_path_inorder_reverse(_trans, _path, _i) \ argument 176 ((_path) = (_trans)->paths + trans->sorted[_i]), (_i) >= 0;\ 199 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument 201 (_path = __trans_next_path_with_node((_trans), (_b), &_iter));\
|
/linux-6.12.1/include/linux/ |
D | fs_parser.h | 82 struct path *_path);
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | phy.h | 751 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument 753 .path = _path, \
|
/linux-6.12.1/fs/smb/client/ |
D | cifsglob.h | 2270 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument 2273 .path = _path, \
|
/linux-6.12.1/Documentation/filesystems/ |
D | mount_api.rst | 811 struct path *_path); 817 Returns 0 if successful and ``*_path`` will be set; returns a negative
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
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()
|