Lines Matching refs:result
1632 gfp_t result = huge_gfp & ~(allowflags | GFP_ZONEMASK);
1635 result |= zoneflags;
1638 * Minimize the result gfp by taking the union with the deny flags,
1641 result |= (limit_gfp & denyflags);
1642 result |= (huge_gfp & limit_gfp) & allowflags;
1644 return result;
2841 * splice() - or others? - can result in confusion:
3903 struct fs_parse_result result;
3910 opt = fs_parse(fc, shmem_fs_parameters, param, &result);
3941 ctx->mode = result.uint_32 & 07777;
3944 kuid = make_kuid(current_user_ns(), result.uint_32);
3958 kgid = make_kgid(current_user_ns(), result.uint_32);
3972 ctx->huge = result.uint_32;