Searched refs:attrp (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_attr_item.c | 361 struct xfs_attri_log_format *attrp; in xfs_attr_log_item() local 371 attrp = &attrip->attri_format; in xfs_attr_log_item() 372 attrp->alfi_ino = attr->xattri_da_args->dp->i_ino; in xfs_attr_log_item() 374 attrp->alfi_op_flags = attr->xattri_op_flags; in xfs_attr_log_item() 375 attrp->alfi_value_len = attr->xattri_nameval->value.i_len; in xfs_attr_log_item() 376 attrp->alfi_name_len = attr->xattri_nameval->name.i_len; in xfs_attr_log_item() 378 attrp->alfi_attr_filter = attr->xattri_da_args->attr_filter; in xfs_attr_log_item() 501 struct xfs_attri_log_format *attrp) in xfs_attri_validate() 503 unsigned int op = attrp->alfi_op_flags & in xfs_attri_validate() 506 if (attrp in xfs_attri_validate() 499 xfs_attri_validate( struct xfs_mount *mp, struct xfs_attri_log_format *attrp) xfs_attri_validate() argument 551 struct xfs_attri_log_format *attrp; xfs_attri_item_recover() local [all...] |
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 294 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local 352 attrp = &thread_attr; in do_threads() 355 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
H A D | epoll-ctl.c | 225 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local 263 attrp = &thread_attr; in do_threads() 266 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 294 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()
|
H A D | epoll-ctl.c | 225 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()
|
Completed in 6 milliseconds