Searched refs:attrp (Results 1 – 3 of 3) sorted by relevance
361 struct xfs_attri_log_format *attrp; in xfs_attr_log_item() local371 attrp = &attrip->attri_format; in xfs_attr_log_item()501 struct xfs_attri_log_format *attrp) in xfs_attri_validate() argument503 unsigned int op = attrp->alfi_op_flags & in xfs_attri_validate()506 if (attrp->__pad != 0) in xfs_attri_validate()525 if (attrp->alfi_value_len > XATTR_SIZE_MAX) in xfs_attri_validate()529 (attrp->alfi_name_len == 0)) in xfs_attri_validate()532 return xfs_verify_ino(mp, attrp->alfi_ino); in xfs_attri_validate()551 struct xfs_attri_log_format *attrp; in xfs_attri_item_recover() local562 attrp = &attrip->attri_format; in xfs_attri_item_recover()[all …]
225 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local273 attrp = &thread_attr; in do_threads()276 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
294 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local362 attrp = &thread_attr; in do_threads()365 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Completed in 6 milliseconds