Lines Matching refs:dentry
447 static int mvpp2_dbgfs_flow_port_init(struct dentry *parent, in mvpp2_dbgfs_flow_port_init()
452 struct dentry *port_dir; in mvpp2_dbgfs_flow_port_init()
470 static int mvpp2_dbgfs_flow_entry_init(struct dentry *parent, in mvpp2_dbgfs_flow_entry_init()
474 struct dentry *flow_entry_dir; in mvpp2_dbgfs_flow_entry_init()
507 static int mvpp2_dbgfs_flow_init(struct dentry *parent, struct mvpp2 *priv) in mvpp2_dbgfs_flow_init()
509 struct dentry *flow_dir; in mvpp2_dbgfs_flow_init()
523 static int mvpp2_dbgfs_prs_entry_init(struct dentry *parent, in mvpp2_dbgfs_prs_entry_init()
527 struct dentry *prs_entry_dir; in mvpp2_dbgfs_prs_entry_init()
567 static int mvpp2_dbgfs_prs_init(struct dentry *parent, struct mvpp2 *priv) in mvpp2_dbgfs_prs_init()
569 struct dentry *prs_dir; in mvpp2_dbgfs_prs_init()
583 static int mvpp2_dbgfs_c2_entry_init(struct dentry *parent, in mvpp2_dbgfs_c2_entry_init()
587 struct dentry *c2_entry_dir; in mvpp2_dbgfs_c2_entry_init()
616 static int mvpp2_dbgfs_flow_tbl_entry_init(struct dentry *parent, in mvpp2_dbgfs_flow_tbl_entry_init()
620 struct dentry *flow_tbl_entry_dir; in mvpp2_dbgfs_flow_tbl_entry_init()
643 static int mvpp2_dbgfs_cls_init(struct dentry *parent, struct mvpp2 *priv) in mvpp2_dbgfs_cls_init()
645 struct dentry *cls_dir, *c2_dir, *flow_tbl_dir; in mvpp2_dbgfs_cls_init()
675 static int mvpp2_dbgfs_port_init(struct dentry *parent, in mvpp2_dbgfs_port_init()
678 struct dentry *port_dir; in mvpp2_dbgfs_port_init()
703 struct dentry *mvpp2_dir, *mvpp2_root; in mvpp2_dbgfs_init()