Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_super.h103 struct dentry *xfs_debugfs_mkdir(const char *name, struct dentry *parent);
Dxfs_super.c1481 xfs_debugfs_mkdir( in xfs_debugfs_mkdir() function
1538 mp->m_debugfs = xfs_debugfs_mkdir(mp->m_super->s_id, in xfs_fs_fill_super()
2333 xfs_debugfs = xfs_debugfs_mkdir("xfs", NULL); in init_xfs_fs()
/Linux-v6.6/fs/xfs/scrub/
Dstats.c328 cs->cs_debugfs = xfs_debugfs_mkdir("scrub", parent); in xchk_stats_register()