Searched refs:seen_enough (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.h63 int seen_enough; member in struct:xfs_attr_list_context
/linux-master/fs/xfs/
H A Dxfs_attr_list.c99 if (context->seen_enough)
191 if (context->seen_enough)
379 if (context->seen_enough || leafhdr.forw == 0)
483 if (context->seen_enough)
H A Dxfs_xattr.c210 if (context->count < 0 || context->seen_enough)
219 context->seen_enough = 1;
H A Dxfs_ioctl.c317 ASSERT(!context->seen_enough);
338 context->seen_enough = 1;
/linux-master/fs/xfs/scrub/
H A Dattr.c181 context->seen_enough = error;
213 * doesn't work, we overload the seen_enough variable to convey
220 context->seen_enough = error;
238 context->seen_enough = 1;
647 if (sx.context.seen_enough < 0)
648 return sx.context.seen_enough;

Completed in 233 milliseconds