Home
last modified time | relevance | path

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

/linux-6.15/fs/debugfs/
H A Dinode.c232 kmem_cache_free(debugfs_inode_cachep, DEBUGFS_I(inode)); in debugfs_free_inode()
257 return DEBUGFS_I(inode)->automount(path->dentry, inode->i_private); in debugfs_automount()
461 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()
462 DEBUGFS_I(inode)->aux = aux; in __debugfs_create_file()
654 DEBUGFS_I(inode)->automount = f; in debugfs_create_automount()
H A Dinternal.h25 static inline struct debugfs_inode_info *DEBUGFS_I(struct inode *inode) in DEBUGFS_I() function
H A Dfile.c52 return DEBUGFS_I(file_inode(file))->aux; in debugfs_get_aux()
108 ops = fsd->short_fops = DEBUGFS_I(inode)->short_fops; in __debugfs_file_get()
118 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get()