Searched refs:DEBUGFS_I (Results 1 – 2 of 2) sorted by relevance
235 kmem_cache_free(debugfs_inode_cachep, DEBUGFS_I(inode)); in debugfs_free_inode()260 return DEBUGFS_I(inode)->automount(path->dentry, inode->i_private); in debugfs_automount()447 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()448 DEBUGFS_I(inode)->aux = (void *)aux; in __debugfs_create_file()630 DEBUGFS_I(inode)->automount = f; in debugfs_create_automount()
25 static inline struct debugfs_inode_info *DEBUGFS_I(struct inode *inode) in DEBUGFS_I() function