Lines Matching defs:args
272 struct ocfs2_filecheck_args *args)
277 /* too short/long args length */
289 args->fa_type = type;
291 args->fa_len = (unsigned int)val;
293 args->fa_ino = val;
451 struct ocfs2_filecheck_args args;
459 if (ocfs2_filecheck_args_parse(attr->attr.name, buf, count, &args))
462 if (args.fa_type == OCFS2_FILECHECK_TYPE_SET) {
463 ret = ocfs2_filecheck_adjust_max(ent, args.fa_len);
474 if (ocfs2_filecheck_is_dup_entry(ent, args.fa_ino)) {
495 entry->fe_ino = args.fa_ino;
496 entry->fe_type = args.fa_type;