Lines Matching refs:dbgfs
112 struct dentry *dbgfs; member
449 tc->dbgfs = NULL; in tool_setup_dbgfs()
453 tc->dbgfs = debugfs_create_dir(dev_name(&tc->ntb->dev), in tool_setup_dbgfs()
455 if (!tc->dbgfs) in tool_setup_dbgfs()
458 debugfs_create_file("db", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
461 debugfs_create_file("mask", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
464 debugfs_create_file("peer_db", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
467 debugfs_create_file("peer_mask", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
470 debugfs_create_file("spad", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
473 debugfs_create_file("peer_spad", S_IRUSR | S_IWUSR, tc->dbgfs, in tool_setup_dbgfs()
508 debugfs_remove_recursive(tc->dbgfs); in tool_probe()
521 debugfs_remove_recursive(tc->dbgfs); in tool_remove()