Home
last modified time | relevance | path

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

/fs/debugfs/
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()
446 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()
447 DEBUGFS_I(inode)->aux = (void *)aux; in __debugfs_create_file()
639 DEBUGFS_I(inode)->automount = f; in debugfs_create_automount()
A Dinternal.h25 static inline struct debugfs_inode_info *DEBUGFS_I(struct inode *inode) in DEBUGFS_I() function
A Dfile.c52 return DEBUGFS_I(file_inode(file))->aux; in debugfs_get_aux()
91 ops = fsd->short_fops = DEBUGFS_I(inode)->short_fops; in __debugfs_file_get()
101 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get()
288 const struct file_operations *real_fops = DEBUGFS_I(inode)->real_fops; in open_proxy_open()

Completed in 8 milliseconds