Searched refs:XFS_PUT_COOKIE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.h | 140 #define XFS_PUT_COOKIE(c,mp,bno,entry,hash) \ macro
|
D | xfs_dir_leaf.c | 563 XFS_PUT_COOKIE(p.cook, mp, 0, sbp[1].seqno, sbp[1].hash); in xfs_dir_shortform_getdents() 2064 XFS_PUT_COOKIE(p.cook, mp, bno, nextentno, nexthash); in xfs_dir_leaf_getdents_int() 2100 XFS_PUT_COOKIE(p.cook, mp, thishash, 0, nexthash); in xfs_dir_leaf_getdents_int() 2106 XFS_PUT_COOKIE(p.cook, mp, 0, 0, XFS_DA_MAXHASH); in xfs_dir_leaf_getdents_int() 2125 XFS_PUT_COOKIE(lastoffset, mp, bno, entno, thishash); in xfs_dir_leaf_getdents_int() 2134 XFS_PUT_COOKIE(lastoffset, mp, bno, entno, thishash); in xfs_dir_leaf_getdents_int()
|