Home
last modified time | relevance | path

Searched refs:old_sz (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dthread-stack.c156 unsigned int old_sz = ts ? ts->arr_sz : 0; in thread_stack__new() local
162 if (!ts || new_sz > old_sz) { in thread_stack__new()
167 memcpy(new_ts, ts, old_sz * sizeof(*ts)); in thread_stack__new()
/Linux-v5.4/fs/ubifs/
Ddir.c1257 int unlink = !!new_inode, new_sz, old_sz; in do_rename() local
1304 old_sz = CALC_DENT_SIZE(fname_len(&old_nm)); in do_rename()
1376 old_dir->i_size -= old_sz; in do_rename()
1461 old_dir->i_size += old_sz; in do_rename()