Home
last modified time | relevance | path

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

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