Home
last modified time | relevance | path

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

/linux/fs/debugfs/
H A Dinode.c235 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()
455 DEBUGFS_I(inode)->raw = real_fops; in __debugfs_create_file()
456 DEBUGFS_I(inode)->aux = (void *)aux; in __debugfs_create_file()
648 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()
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()