Searched refs:COW_ZNODE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | misc.h | 49 return !!test_bit(COW_ZNODE, &znode->flags); in ubifs_zn_cow()
|
H A D | tnc_commit.c | 91 __clear_bit(COW_ZNODE, &znode->flags); in make_idx_node() 656 __set_bit(COW_ZNODE, &znode->flags); in get_znodes_to_commit() 930 * flag cleared before %COW_ZNODE. Specifically, it matters in in write_index() 938 clear_bit(COW_ZNODE, &znode->flags); in write_index()
|
H A D | ubifs.h | 172 * COW_ZNODE: znode is being committed and a new instance of this znode has to 180 COW_ZNODE = 1, enumerator 763 * @flags: znode flags (%DIRTY_ZNODE, %COW_ZNODE or %OBSOLETE_ZNODE)
|
H A D | tnc.c | 207 __clear_bit(COW_ZNODE, &zn->flags); in copy_znode() 3099 * flag is untrustable. The flag 'COW_ZNODE' is set in tnc_destroy_cnext()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | misc.h | 49 return !!test_bit(COW_ZNODE, &znode->flags); in ubifs_zn_cow()
|
H A D | tnc_commit.c | 91 __clear_bit(COW_ZNODE, &znode->flags); in make_idx_node() 656 __set_bit(COW_ZNODE, &znode->flags); in get_znodes_to_commit() 930 * flag cleared before %COW_ZNODE. Specifically, it matters in in write_index() 938 clear_bit(COW_ZNODE, &znode->flags); in write_index()
|
H A D | ubifs.h | 181 * COW_ZNODE: znode is being committed and a new instance of this znode has to 189 COW_ZNODE = 1, enumerator 772 * @flags: znode flags (%DIRTY_ZNODE, %COW_ZNODE or %OBSOLETE_ZNODE)
|
H A D | tnc.c | 208 __clear_bit(COW_ZNODE, &zn->flags); in copy_znode() 3100 * flag is untrustable. The flag 'COW_ZNODE' is set in tnc_destroy_cnext()
|
Completed in 18 milliseconds