Home
last modified time | relevance | path

Searched refs:new_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dattrib.c410 u64 old_valid, old_size, old_alloc, new_alloc, new_alloc_tmp; in attr_set_size() local
459 new_alloc = (new_size + align - 1) & ~(u64)(align - 1); in attr_set_size()
460 new_alen = new_alloc >> cluster_bits; in attr_set_size()
508 if (new_alloc <= old_alloc) { in attr_set_size()
691 (new_alloc != old_alloc && !keep_prealloc)) { in attr_set_size()
763 if (new_alloc_tmp <= new_alloc) in attr_set_size()
813 new_alloc = le64_to_cpu(attr_b->nres.alloc_size); in attr_set_size()
814 if (inode_get_bytes(&ni->vfs_inode) != new_alloc) { in attr_set_size()
815 inode_set_bytes(&ni->vfs_inode, new_alloc); in attr_set_size()
/openbmc/qemu/block/
H A Dqcow2-cluster.c1366 uint64_t *l2_slice, int l2_index, bool new_alloc) in count_single_write_clusters() argument
1375 if (cluster_needs_new_alloc(bs, l2_entry) != new_alloc) { in count_single_write_clusters()
1378 if (!new_alloc) { in count_single_write_clusters()
/openbmc/linux/fs/reiserfs/
H A Djournal.c2925 int new_alloc) in journal_transaction_should_end() argument
2934 (journal->j_len_alloc + new_alloc) >= journal->j_max_batch || in journal_transaction_should_end()
2941 journal->j_len_alloc += new_alloc; in journal_transaction_should_end()
2942 th->t_blocks_allocated += new_alloc ; in journal_transaction_should_end()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c485 bool new_alloc = true; in efct_hw_setup_io() local
512 new_alloc = false; in efct_hw_setup_io()
515 if (new_alloc) { in efct_hw_setup_io()
559 if (new_alloc) { in efct_hw_setup_io()
/openbmc/linux/net/core/
H A Dskbuff.c1602 goto new_alloc; in msg_zerocopy_realloc()
1622 new_alloc: in msg_zerocopy_realloc()