Searched refs:leaf_s (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2425 struct xfs_attr_leafblock *leaf_s, in xfs_attr3_leaf_moveents() argument 2453 + xfs_attr3_leaf_hdr_size(leaf_s)); in xfs_attr3_leaf_moveents() 2478 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2483 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2491 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2508 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2511 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2529 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2531 ((char *)leaf_s + args->geo->blksize)); in xfs_attr3_leaf_moveents() 2539 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s + count]; in xfs_attr3_leaf_moveents() [all …]
|