Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:i_extra_isize

281 		inode->i_extra_isize;
283 inode->i_extra_isize + sizeof(__u32);
365 inode->i_extra_isize);
367 /* i_extra_isize must cover i_extra_isize + i_pad1 at least */
368 min = sizeof(inode->i_extra_isize) + sizeof(inode->i_pad1);
371 * For now we will allow i_extra_isize to be 0, but really
372 * implementations should never allow i_extra_isize to be 0
374 if (inode->i_extra_isize &&
375 (inode->i_extra_isize < min || inode->i_extra_isize > max)) {
378 inode->i_extra_isize = min;
385 inode->i_extra_isize);