Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1320 struct dentry *entry_dir; in hns3_dbg_bd_file_init() local
1325 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_bd_file_init()
1339 debugfs_create_file(name, 0400, entry_dir, &data[i], in hns3_dbg_bd_file_init()
1350 struct dentry *entry_dir; in hns3_dbg_common_file_init() local
1358 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_common_file_init()
1359 debugfs_create_file(hns3_dbg_cmd[cmd].name, 0400, entry_dir, in hns3_dbg_common_file_init()