Searched refs:_path (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | alloc.h | 284 #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.4/fs/ |
D | fs_parser.c | 256 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()
|
/Linux-v5.4/include/linux/ |
D | fs_parser.h | 91 struct path *_path);
|
/Linux-v5.4/fs/crypto/ |
D | keyring.c | 668 char _path[256]; in check_for_busy_inodes() local 693 path = dentry_path(dentry, _path, sizeof(_path)); in check_for_busy_inodes()
|
/Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 2823 #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ in initDeltaSwingIndexTables() argument 2824 ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ in initDeltaSwingIndexTables() 2827 #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ in initDeltaSwingIndexTables() argument 2828 ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ in initDeltaSwingIndexTables()
|
/Linux-v5.4/Documentation/filesystems/ |
D | mount_api.txt | 725 struct path *_path); 731 Returns 0 if successful and *_path will be set; returns a negative error
|