Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Djournal.c1424 int tag_space = journal->j_blocksize - sizeof(journal_header_t); in jbd2_descriptor_blocks_per_trans() local
1428 tag_space -= 16; in jbd2_descriptor_blocks_per_trans()
1430 tag_space -= sizeof(struct jbd2_journal_block_tail); in jbd2_descriptor_blocks_per_trans()
1432 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
/linux-6.15/scripts/
H A Dcheckpatch.pl3222 my $tag_space = not ($line =~ /^fixes:? [0-9a-f]{5,40} ($balanced_parens)/i);
3231 …if (defined($cid) && ($ctitle ne $title || $tag_case || $tag_space || $id_length || $id_case || !$…