Home
last modified time | relevance | path

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

/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
/fs/
Dfs_parser.c256 struct path *_path) in fs_lookup_param() argument
282 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param()
289 !S_ISBLK(d_backing_inode(_path->dentry)->i_mode)) { in fs_lookup_param()
290 path_put(_path); in fs_lookup_param()
291 _path->dentry = NULL; in fs_lookup_param()
292 _path->mnt = NULL; in fs_lookup_param()
/fs/crypto/
Dkeyring.c700 char _path[256]; in check_for_busy_inodes() local
725 path = dentry_path(dentry, _path, sizeof(_path)); in check_for_busy_inodes()