Home
last modified time | relevance | path

Searched refs:kfirst (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc_btree.c788 int kfirst, /* index of first key to log */ in xfs_inobt_log_keys() argument
798 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_inobt_log_keys()
Dxfs_alloc_btree.c864 int kfirst, /* index of first key to log */ in xfs_alloc_log_keys() argument
874 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_alloc_log_keys()
Dxfs_bmap_btree.c1038 int kfirst, in xfs_bmbt_log_keys() argument
1047 XFS_BMBT_TRACE_ARGBII(cur, bp, kfirst, klast); in xfs_bmbt_log_keys()
1057 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_bmbt_log_keys()