Home
last modified time | relevance | path

Searched refs:entry_dir (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/
H A Dlib.mk116 entry_dir=$$(readlink -e "$$(dirname "$$entry")"); \
118 relative_dir=$${entry_dir#"$$SRC_PATH"/}; \
119 if [ "$$relative_dir" = "$$entry_dir" ]; then \
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1316 struct dentry *entry_dir; in hns3_dbg_bd_file_init() local
1321 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_bd_file_init()
1335 debugfs_create_file(name, 0400, entry_dir, &data[i], in hns3_dbg_bd_file_init()
1346 struct dentry *entry_dir; in hns3_dbg_common_file_init() local
1354 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_common_file_init()
1355 debugfs_create_file(hns3_dbg_cmd[cmd].name, 0400, entry_dir, in hns3_dbg_common_file_init()