Searched refs:ilistp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_olt.c | 50 vxfs_get_ilist(struct vxfs_oltilist *ilistp, struct vxfs_sb_info *infp) in vxfs_get_ilist() argument 53 infp->vsi_iext = fs32_to_cpu(infp, ilistp->olt_iext[0]); in vxfs_get_ilist()
|
H A D | vxfs_inode.c | 201 * @ilistp: inode list 207 * described by @sbp. Use the specified inode table (@ilistp). 211 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino) in __vxfs_iget() argument 217 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget() 224 dip2vip_cpy(VXFS_SBI(ilistp->i_sb), vip, dip); in __vxfs_iget()
|
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_olt.c | 26 vxfs_get_ilist(struct vxfs_oltilist *ilistp, struct vxfs_sb_info *infp) in vxfs_get_ilist() argument 29 infp->vsi_iext = fs32_to_cpu(infp, ilistp->olt_iext[0]); in vxfs_get_ilist()
|
H A D | vxfs_inode.c | 176 * @ilistp: inode list 182 * described by @sbp. Use the specified inode table (@ilistp). 186 __vxfs_iget(struct inode *ilistp, struct vxfs_inode_info *vip, ino_t ino) in __vxfs_iget() argument 192 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget() 199 dip2vip_cpy(VXFS_SBI(ilistp->i_sb), vip, dip); in __vxfs_iget()
|
Completed in 2 milliseconds