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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vfsops.c919 xfs_iptr_t *ipointer;
980 ipointer = (xfs_iptr_t *)kmem_zalloc(sizeof(xfs_iptr_t), KM_SLEEP);
1068 kmem_free(ipointer, sizeof(xfs_iptr_t));
1237 sizeof(xfs_iptr_t));
1381 kmem_free(ipointer, sizeof(xfs_iptr_t));
1411 kmem_free(ipointer, sizeof(xfs_iptr_t));
H A Dxfs_inode.h225 * xfs_iptr_t contains all the inode fields upto and including the
237 } xfs_iptr_t; typedef in typeref:struct:__anon7736

Completed in 68 milliseconds