Searched refs:_path (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ocfs2/ |
H A D | alloc.h | 280 #define path_root_bh(_path) ((_path)->p_node[0].bh) 281 #define path_root_el(_path) ((_path)->p_node[0].el) 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) ((_pat argument 285 path_leaf_bh(_path) global() argument 286 path_leaf_el(_path) global() argument 287 path_num_items(_path) global() argument [all...] |
/linux/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/fs/bcachefs/ |
H A D | btree_iter.h | 130 #define trans_for_each_path_from(_trans, _path, _idx, _start) \ argument 132 (_path = __trans_next_path((_trans), &_idx)); \ 135 #define trans_for_each_path(_trans, _path, _idx) \ argument 136 trans_for_each_path_from(_trans, _path, _idx, 1) 169 #define trans_for_each_path_inorder(_trans, _path, _iter) \ argument 172 _path = (_trans)->paths + _iter.path_idx, \ 176 #define trans_for_each_path_inorder_reverse(_trans, _path, _i) \ argument 178 ((_path) = (_trans)->paths + trans->sorted[_i]), (_i) >= 0;\ 201 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument 203 (_path = __trans_next_path_with_node((_trans), (_b), &_iter));\
|
/linux/include/linux/ |
H A D | fs_parser.h | 83 struct path *_path);
|
/linux/fs/smb/client/ |
H A D | cifsglob.h | 2308 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \ argument 2311 .path = _path, \
|