Lines Matching defs:args
273 struct ocfs2_filecheck_args *args)
278 /* too short/long args length */
290 args->fa_type = type;
292 args->fa_len = (unsigned int)val;
294 args->fa_ino = val;
452 struct ocfs2_filecheck_args args;
460 if (ocfs2_filecheck_args_parse(attr->attr.name, buf, count, &args))
463 if (args.fa_type == OCFS2_FILECHECK_TYPE_SET) {
464 ret = ocfs2_filecheck_adjust_max(ent, args.fa_len);
475 if (ocfs2_filecheck_is_dup_entry(ent, args.fa_ino)) {
496 entry->fe_ino = args.fa_ino;
497 entry->fe_type = args.fa_type;