Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:is_reg

81 	unsigned	is_dir:1, is_reg:1, clear:1, suppress:1,
855 pb.is_reg = 0; pb.fragmented = 0; pb.bbcheck = 0;
1881 else if (pb->is_reg)
2022 pb.is_reg = LINUX_S_ISREG(inode->i_mode);
2307 else if (p->is_reg)
2323 if (p->is_reg && p->num_blocks+1 >= p->max_blocks)
2325 if (!p->is_dir && !p->is_reg && blockcnt > 0)