Searched refs:VXFS_ISIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_inode.c98 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize);
99 offset = ((ino % (sbp->s_blocksize / VXFS_ISIZE)) * VXFS_ISIZE);
140 offset = (ino % (PAGE_SIZE / VXFS_ISIZE)) * VXFS_ISIZE;
141 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE);
H A Dvxfs_inode.h41 #define VXFS_ISIZE 0x100 /* Inode size */ macro

Completed in 53 milliseconds