Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hppfs/
Dhppfs.c42 static inline struct hppfs_inode_info *HPPFS_I(struct inode *inode) in HPPFS_I() function
155 parent = HPPFS_I(ino)->proc_dentry; in hppfs_lookup()
438 path.dentry = HPPFS_I(inode)->proc_dentry; in hppfs_open()
494 path.dentry = HPPFS_I(inode)->proc_dentry; in hppfs_dir_open()
615 dput(HPPFS_I(ino)->proc_dentry); in hppfs_evict_inode()
622 kfree(HPPFS_I(inode)); in hppfs_i_callback()
640 struct dentry *proc_dentry = HPPFS_I(d_inode(dentry))->proc_dentry; in hppfs_readlink()
647 struct dentry *proc_dentry = HPPFS_I(d_inode(dentry))->proc_dentry; in hppfs_follow_link()
655 struct dentry *proc_dentry = HPPFS_I(d_inode(dentry))->proc_dentry; in hppfs_put_link()
692 HPPFS_I(inode)->proc_dentry = dentry; in get_inode()