Home
last modified time | relevance | path

Searched refs:attrp (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_attr_item.c361 struct xfs_attri_log_format *attrp; in xfs_attr_log_item() local
371 attrp = &attrip->attri_format; in xfs_attr_log_item()
501 struct xfs_attri_log_format *attrp) in xfs_attri_validate() argument
503 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() local
562 attrp = &attrip->attri_format; in xfs_attri_item_recover()
[all …]
/linux-6.3-rc2/tools/perf/bench/
A Depoll-ctl.c225 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
273 attrp = &thread_attr; in do_threads()
276 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
A Depoll-wait.c294 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
362 attrp = &thread_attr; in do_threads()
365 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()

Completed in 6 milliseconds