Searched refs:start_s (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | m48t59-test.c | 195 long date_s, start_s; in bcd_check_time() local 201 start_s = (long)mktime(&start); in bcd_check_time() 202 if (date_s < start_s) { in bcd_check_time() 203 diff = start_s - date_s; in bcd_check_time() 206 diff = date_s - start_s; in bcd_check_time()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 954 int start_s,/* source leaf index */ in xfs_dir3_leafn_moveents() argument 963 trace_xfs_dir2_leafn_moveents(args, start_s, start_d, count); in xfs_dir3_leafn_moveents() 989 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir3_leafn_moveents() 999 memcpy(&dents[start_d], &sents[start_s], in xfs_dir3_leafn_moveents() 1007 if (start_s + count < shdr->count) { in xfs_dir3_leafn_moveents() 1008 memmove(&sents[start_s], &sents[start_s + count], in xfs_dir3_leafn_moveents() 1010 xfs_dir3_leaf_log_ents(args, shdr, bp_s, start_s, in xfs_dir3_leafn_moveents() 1011 start_s + count - 1); in xfs_dir3_leafn_moveents()
|
H A D | xfs_attr_leaf.c | 2567 int start_s, in xfs_attr3_leaf_moveents() argument 2598 ASSERT(start_s < ichdr_s->count); in xfs_attr3_leaf_moveents() 2618 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2623 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2631 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2636 if ((start_s + i) < offset) in xfs_attr3_leaf_moveents() 2648 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2651 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2667 if (start_s == ichdr_s->count) { in xfs_attr3_leaf_moveents() 2669 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() [all …]
|