Home
last modified time | relevance | path

Searched refs:old_len (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Ddo_balan.c647 loff_t old_key_comp, old_len, r_zeroes_number; in balance_leaf_insert_right() local
658 old_len = ih_item_len(ih); in balance_leaf_insert_right()
667 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shift); in balance_leaf_insert_right()
673 if ((old_len - tb->rbytes) > tb->zeroes_num) { in balance_leaf_insert_right()
675 r_body = body + (old_len - tb->rbytes) - tb->zeroes_num; in balance_leaf_insert_right()
679 (old_len - tb->rbytes); in balance_leaf_insert_right()
693 put_ih_item_len(ih, old_len - tb->rbytes); in balance_leaf_insert_right()
951 int old_key_comp, old_len, r_zeroes_number; in balance_leaf_new_nodes_insert() local
962 old_len = ih_item_len(ih); in balance_leaf_new_nodes_insert()
973 ((old_len - tb->sbytes[i]) << shift)); in balance_leaf_new_nodes_insert()
[all …]
/linux-4.19.296/fs/btrfs/
Droot-tree.c128 u32 old_len; in btrfs_update_root() local
151 old_len = btrfs_item_size_nr(l, slot); in btrfs_update_root()
158 if (old_len < sizeof(*item)) { in btrfs_update_root()
/linux-4.19.296/fs/hpfs/
Dnamei.c515 unsigned old_len = old_dentry->d_name.len; in hpfs_rename() local
534 hpfs_adjust_length(old_name, &old_len); in hpfs_rename()
545 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename()
582 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, old_name, old_len, &dno, &qbh))) { in hpfs_rename()
/linux-4.19.296/fs/ocfs2/
Docfs2_trace.h2230 TP_PROTO(unsigned long long ino, int old_len, const char *old_name,
2232 TP_ARGS(ino, old_len, old_name, name_len, name),
2235 __field(int, old_len)
2242 __entry->old_len = old_len;
2248 __entry->old_len, __get_str(old_name),
2261 int old_len, const char *old_name,
2264 old_len, old_name, new_len, new_name),
2270 __field(int, old_len)
2280 __entry->old_len = old_len;
2288 __entry->old_len, __get_str(old_name),
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c4257 int old_len; in xlog_recover_add_to_cont_trans() local
4281 old_len = item->ri_buf[item->ri_cnt-1].i_len; in xlog_recover_add_to_cont_trans()
4283 ptr = kmem_realloc(old_ptr, len + old_len, KM_SLEEP); in xlog_recover_add_to_cont_trans()
4284 memcpy(&ptr[old_len], dp, len); in xlog_recover_add_to_cont_trans()
/linux-4.19.296/include/linux/
Dsyscalls.h752 unsigned long old_len, unsigned long new_len,