Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/
Dalloc.h284 #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
/Linux-v5.10/fs/
Dfs_parser.c146 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-v5.10/include/linux/
Dfs_parser.h79 struct path *_path);
/Linux-v5.10/Documentation/filesystems/
Dmount_api.rst817 struct path *_path);
823 Returns 0 if successful and ``*_path`` will be set; returns a negative
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c998 #define RF_SET_POWER_TRIM(_path, _seq, _idx) \ in rtw8822c_set_power_trim() argument
1000 rtw_write_rf(rtwdev, _path, 0x33, RFREG_MASK, _seq); \ in rtw8822c_set_power_trim()
1001 rtw_write_rf(rtwdev, _path, 0x3f, RFREG_MASK, \ in rtw8822c_set_power_trim()
1002 bb_gain[_path][_idx]); \ in rtw8822c_set_power_trim()