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

/linux-master/fs/jbd2/
H A Dtransaction.c70 int tag_space = journal->j_blocksize - sizeof(journal_header_t); local
74 tag_space -= 16;
76 tag_space -= sizeof(struct jbd2_journal_block_tail);
78 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal);
/linux-master/scripts/
H A Dcheckpatch.pl3200 my $tag_space = 1;
3211 $tag_space = 0 if ($line =~ /^fixes:? [0-9a-f]{5,} ($balanced_parens)/i);
3227 if ($ctitle ne $title || $tag_case || $tag_space ||

Completed in 142 milliseconds