Searched defs:_path (Results  1 – 4 of 4) sorted by relevance
| /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
  | 
| /fs/bcachefs/ | 
| D | btree_iter.h | 128 #define trans_for_each_path_from(_trans, _path, _idx, _start)		\  argument 133 #define trans_for_each_path(_trans, _path, _idx)			\  argument 167 #define trans_for_each_path_inorder(_trans, _path, _iter)		\  argument 174 #define trans_for_each_path_inorder_reverse(_trans, _path, _i)		\  argument 199 #define trans_for_each_path_with_node(_trans, _b, _path, _iter)		\  argument
  | 
| /fs/ | 
| D | fs_parser.c | 148 		    struct path *_path)  in fs_lookup_param()
  | 
| /fs/smb/client/ | 
| D | cifsglob.h | 2285 #define CIFS_OPARMS(_cifs_sb, _tcon, _path, _da, _cd, _co, _mode) \  argument
  |