Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_attr_item.c373 struct xfs_attri_log_format *attrp; in xfs_attr_log_item() local
382 attrp = &attrip->attri_format; in xfs_attr_log_item()
383 attrp->alfi_ino = args->dp->i_ino; in xfs_attr_log_item()
388 switch (xfs_attr_log_item_op(attrp)) { in xfs_attr_log_item()
550 struct xfs_attri_log_format *attrp) in xfs_attri_validate() argument
588 if (attrp->alfi_value_len != 0) in xfs_attri_validate()
635 struct xfs_attri_log_format *attrp, in xfs_attri_recover_work() argument
654 attrp->alfi_igen, &ip); in xfs_attri_recover_work()
663 sizeof(*attrp)); in xfs_attri_recover_work()
746 struct xfs_attri_log_format *attrp; in xfs_attr_recover_work() local
[all …]
/linux-6.15/tools/perf/bench/
H 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()
H 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()