Home
last modified time | relevance | path

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

/linux-4.19.296/fs/freevxfs/
Dvxfs_extern.h43 struct vxfs_inode_info;
55 extern void vxfs_dumpi(struct vxfs_inode_info *, ino_t);
Dvxfs_inode.c51 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) in vxfs_dumpi()
78 vxfs_transmod(struct vxfs_inode_info *vip) in vxfs_transmod()
101 struct vxfs_inode_info *vip, struct vxfs_dinode *dip) in dip2vip_cpy()
180 struct vxfs_inode_info *vip = VXFS_INO(inode); in vxfs_blkiget()
211 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino) in __vxfs_iget()
280 struct vxfs_inode_info *vip; in vxfs_iget()
Dvxfs_inode.h154 struct vxfs_inode_info { struct
189 static inline struct vxfs_inode_info *VXFS_INO(struct inode *inode) in VXFS_INO() argument
191 return container_of(inode, struct vxfs_inode_info, vfs_inode); in VXFS_INO()
Dvxfs_super.c125 struct vxfs_inode_info *vi; in vxfs_alloc_inode()
336 sizeof(struct vxfs_inode_info), 0, in vxfs_init()
338 offsetof(struct vxfs_inode_info, vii_immed.vi_immed), in vxfs_init()
339 sizeof_field(struct vxfs_inode_info, in vxfs_init()
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_immed.c68 struct vxfs_inode_info *vip = VXFS_INO(pp->mapping->host); in vxfs_immed_readpage()
Dvxfs_fshead.c112 struct vxfs_inode_info *vip; in vxfs_read_fshead()