Searched refs:_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/ |
A D | fs_parser.c | 146 struct path *_path) in fs_lookup_param() argument 168 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param() 175 !S_ISBLK(d_backing_inode(_path->dentry)->i_mode)) { in fs_lookup_param() 176 path_put(_path); in fs_lookup_param() 177 _path->dentry = NULL; in fs_lookup_param() 178 _path->mnt = NULL; in fs_lookup_param()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
A D | rtw8852a_rfk_table.h | 30 #define DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument 32 .path = _path, \
|
/linux/include/linux/ |
A D | fs_parser.h | 79 struct path *_path);
|
/linux/Documentation/filesystems/ |
A D | mount_api.rst | 817 struct path *_path); 823 Returns 0 if successful and ``*_path`` will be set; returns a negative
|
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | rtw8822c.c | 1007 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument 1009 rtw_write_rf(rtwdev, _path, 0x33, RFREG_MASK, _seq); \ in rtw8822c_set_power_trim() 1010 rtw_write_rf(rtwdev, _path, 0x3f, RFREG_MASK, \ in rtw8822c_set_power_trim() 1011 bb_gain[_path][_idx]); \ in rtw8822c_set_power_trim()
|
Completed in 20 milliseconds