Home
last modified time | relevance | path

Searched refs:xfs_debugfs_mkdir (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_super.h103 struct dentry *xfs_debugfs_mkdir(const char *name, struct dentry *parent);
Dxfs_super.c1483 xfs_debugfs_mkdir( in xfs_debugfs_mkdir() function
1552 mp->m_debugfs = xfs_debugfs_mkdir(mp->m_super->s_id, in xfs_fs_fill_super()
2396 xfs_debugfs = xfs_debugfs_mkdir("xfs", NULL); in init_xfs_fs()
/linux-6.12.1/fs/xfs/scrub/
Dstats.c331 cs->cs_debugfs = xfs_debugfs_mkdir("scrub", parent); in xchk_stats_register()