Home
last modified time | relevance | path

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

/fs/freevxfs/
Dvxfs_fshead.c120 vip = VXFS_INO(infp->vsi_fship); in vxfs_read_fshead()
158 if (!VXFS_ISILT(VXFS_INO(infp->vsi_stilist))) { in vxfs_read_fshead()
160 VXFS_INO(infp->vsi_stilist)->vii_mode & VXFS_TYPE_MASK); in vxfs_read_fshead()
169 if (!VXFS_ISILT(VXFS_INO(infp->vsi_ilist))) { in vxfs_read_fshead()
171 VXFS_INO(infp->vsi_ilist)->vii_mode & VXFS_TYPE_MASK); in vxfs_read_fshead()
Dvxfs_bmap.c70 struct vxfs_inode_info *vip = VXFS_INO(ip); in vxfs_bmap_ext4()
212 struct vxfs_inode_info *vip = VXFS_INO(ip); in vxfs_bmap_typed()
276 struct vxfs_inode_info *vip = VXFS_INO(ip); in vxfs_bmap1()
Dvxfs_inode.c180 struct vxfs_inode_info *vip = VXFS_INO(inode); in vxfs_blkiget()
259 error = __vxfs_iget(VXFS_SBI(sbp)->vsi_stilist, VXFS_INO(inode), ino); in vxfs_stiget()
291 vip = VXFS_INO(ip); in vxfs_iget()
Dvxfs_immed.c68 struct vxfs_inode_info *vip = VXFS_INO(pp->mapping->host); in vxfs_immed_readpage()
Dvxfs_inode.h189 static inline struct vxfs_inode_info *VXFS_INO(struct inode *inode) in VXFS_INO() function
Dvxfs_lookup.c233 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
Dvxfs_super.c138 kmem_cache_free(vxfs_inode_cachep, VXFS_INO(inode)); in vxfs_i_callback()