Searched refs:start_s (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_node.c | 77 int start_s, xfs_dabuf_t *bp_d, int start_d, 656 int start_s, /* source leaf index */ in xfs_dir2_leafn_moveents() argument 666 xfs_dir2_trace_args_bibii("leafn_moveents", args, bp_s, start_s, bp_d, in xfs_dir2_leafn_moveents() 696 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir2_leafn_moveents() 705 memcpy(&leaf_d->ents[start_d], &leaf_s->ents[start_s], in xfs_dir2_leafn_moveents() 712 if (start_s + count < INT_GET(leaf_s->hdr.count, ARCH_CONVERT)) { in xfs_dir2_leafn_moveents() 713 memmove(&leaf_s->ents[start_s], &leaf_s->ents[start_s + count], in xfs_dir2_leafn_moveents() 715 xfs_dir2_leaf_log_ents(tp, bp_s, start_s, start_s + count - 1); in xfs_dir2_leafn_moveents()
|
D | xfs_attr_leaf.c | 2013 xfs_attr_leaf_moveents(xfs_attr_leafblock_t *leaf_s, int start_s, in xfs_attr_leaf_moveents() argument 2047 ASSERT(start_s < INT_GET(hdr_s->count, ARCH_CONVERT)); in xfs_attr_leaf_moveents() 2066 entry_s = &leaf_s->entries[start_s]; in xfs_attr_leaf_moveents() 2072 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr_leaf_moveents() 2080 memset(XFS_ATTR_LEAF_NAME(leaf_s, start_s + i), 0, tmp); in xfs_attr_leaf_moveents() 2085 if ((start_s + i) < offset) in xfs_attr_leaf_moveents() 2098 XFS_ATTR_LEAF_NAME(leaf_s, start_s + i), tmp); in xfs_attr_leaf_moveents() 2101 memset(XFS_ATTR_LEAF_NAME(leaf_s, start_s + i), 0, tmp); in xfs_attr_leaf_moveents() 2118 if (start_s == INT_GET(hdr_s->count, ARCH_CONVERT)) { in xfs_attr_leaf_moveents() 2120 entry_s = &leaf_s->entries[start_s]; in xfs_attr_leaf_moveents() [all …]
|
D | xfs_dir_leaf.c | 1786 xfs_dir_leaf_moveents(xfs_dir_leafblock_t *leaf_s, int start_s, in xfs_dir_leaf_moveents() argument 1814 ASSERT(start_s < INT_GET(hdr_s->count, ARCH_CONVERT)); in xfs_dir_leaf_moveents() 1833 entry_s = &leaf_s->entries[start_s]; in xfs_dir_leaf_moveents() 1861 if (start_s == INT_GET(hdr_s->count, ARCH_CONVERT)) { in xfs_dir_leaf_moveents() 1863 entry_s = &leaf_s->entries[start_s]; in xfs_dir_leaf_moveents() 1873 entry_s = &leaf_s->entries[start_s + count]; in xfs_dir_leaf_moveents() 1874 entry_d = &leaf_s->entries[start_s]; in xfs_dir_leaf_moveents()
|
/linux-2.4.37.9/net/core/ |
D | pktgen.c | 315 u32 start_s, elapsed; in calc_mhz() local 318 start_s = cycles(); in calc_mhz() 321 elapsed = cycles() - start_s; in calc_mhz()
|