Searched refs:leaf_s (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2517 struct xfs_attr_leafblock *leaf_s, in xfs_attr3_leaf_moveents() argument 2545 + xfs_attr3_leaf_hdr_size(leaf_s)); in xfs_attr3_leaf_moveents() 2570 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2575 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2583 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2600 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2603 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2621 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2623 ((char *)leaf_s + args->geo->blksize)); in xfs_attr3_leaf_moveents() 2631 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s + count]; in xfs_attr3_leaf_moveents() [all …]
|