Searched refs:new_content (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | alternative-macros.h | 140 * ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k) 142 * asm(ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k)); 145 * new_content: The new content. 151 #define ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k) \ 152 _ALTERNATIVE_CFG(old_content, new_content, vendor_id, patch_id, CONFIG_k)
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | write.c | 466 bool new_content, in afs_extend_writeback() 526 if (f != 0 && !new_content) { in afs_extend_writeback() 536 else if (t == psize || new_content) in afs_extend_writeback() 591 bool new_content = test_bit(AFS_VNODE_NEW_CONTENT, &vnode->flags); in afs_write_back_from_locked_folio() local 625 (to == folio_size(folio) || new_content)) in afs_write_back_from_locked_folio() 627 start, max_len, new_content, in afs_write_back_from_locked_folio() 461 afs_extend_writeback(struct address_space *mapping, struct afs_vnode *vnode, long *_count, loff_t start, loff_t max_len, bool new_content, bool caching, unsigned int *_len) afs_extend_writeback() argument
|
Completed in 2 milliseconds