• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/

Lines Matching refs:eh_entries

378 	if (eh->eh_entries == 0)
381 entries = le16_to_cpu(eh->eh_entries);
428 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
429 error_msg = "invalid eh_entries";
443 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
494 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) {
556 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) {
590 if (eh->eh_entries == 0) {
627 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) {
646 eh->eh_entries = 0;
682 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max));
786 le16_add_cpu(&curp->p_hdr->eh_entries, 1);
788 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries)
896 neh->eh_entries = 0;
903 if (unlikely(path[depth].p_hdr->eh_entries !=
905 EXT4_ERROR_INODE(inode, "eh_entries %d != eh_max %d!",
906 path[depth].p_hdr->eh_entries,
925 neh->eh_entries++;*/
931 le16_add_cpu(&neh->eh_entries, m);
948 le16_add_cpu(&path[depth].p_hdr->eh_entries, -m);
982 neh->eh_entries = cpu_to_le16(1);
1013 neh->eh_entries++;
1014 BUG_ON(neh->eh_entries > neh->eh_max);*/
1021 le16_add_cpu(&neh->eh_entries, m);
1037 le16_add_cpu(&path[i].p_hdr->eh_entries, -m);
1133 curp->p_hdr->eh_entries = cpu_to_le16(1);
1146 le16_to_cpu(neh->eh_entries), le16_to_cpu(neh->eh_max),
1217 if (path[depth].p_hdr->eh_entries == path[depth].p_hdr->eh_max) {
1616 le16_add_cpu(&eh->eh_entries, -1);
1618 WARN_ON(eh->eh_entries == 0);
1619 if (!eh->eh_entries)
1620 EXT4_ERROR_INODE(inode, "eh->eh_entries = 0!");
1736 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max))
1751 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max)) {
1753 le16_to_cpu(eh->eh_entries));
1758 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max));
1818 le16_add_cpu(&eh->eh_entries, 1);
2076 if (unlikely(path->p_hdr->eh_entries == 0)) {
2077 EXT4_ERROR_INODE(inode, "path->p_hdr->eh_entries == 0");
2083 le16_add_cpu(&path->p_hdr->eh_entries, -1);
2108 if (le16_to_cpu(path[depth].p_hdr->eh_entries)
2295 le16_add_cpu(&eh->eh_entries, -1);
2318 if (correct_index && eh->eh_entries)
2323 if (err == 0 && eh->eh_entries == 0 && path[depth].p_bh != NULL)
2346 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block)
2407 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1;
2410 le16_to_cpu(path[i].p_hdr->eh_entries));
2444 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries);
2448 if (path[i].p_hdr->eh_entries == 0 && i > 0) {
2463 if (path->p_hdr->eh_entries == 0) {
3499 if (unlikely(!eh->eh_entries)) {
3501 "eh->eh_entries == 0 and "