Home
last modified time | relevance | path

Searched refs:_path (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ocfs2/
H A Dalloc.h280 #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 Dfs_parser.c149 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/include/linux/
H A Dfs_parser.h83 struct path *_path);
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h790 #define RTW89_DECL_RFK_WRF(_path, _addr, _mask, _data) \ argument
792 .path = _path, \
/linux/fs/smb/client/
H A Dcifsglob.h2243 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument
2246 .path = _path, \
/linux/Documentation/filesystems/
H A Dmount_api.rst802 struct path *_path);
808 Returns 0 if successful and ``*_path`` will be set; returns a negative
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c1026 #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()