Lines Matching defs:ret
338 static void usage(int ret)
369 exit(ret);
715 int ret, supported = 0;
723 if ((ret = ntfs_inode_badclus_bad(inode, resize->ctx->attr)) != 0) {
724 if (ret == -1)
898 ntfs_attr_search_ctx *ret;
900 if ((ret = ntfs_attr_get_search_ctx(ni, mrec)) == NULL)
903 return ret;
2162 int ret;
2181 ret = ntfs_inode_badclus_bad(resize->mref, resize->ctx->attr);
2182 if (ret == -1)
2184 else if (ret == 1)
4489 int ret;
4495 ret = -1;
4522 ret = really_expand(&expand);
4531 return (ret);