Searched refs:attrp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_attr_item.c | 368 struct xfs_attri_log_format *attrp; in xfs_attr_log_item() local 378 attrp = &attrip->attri_format; in xfs_attr_log_item() 508 struct xfs_attri_log_format *attrp) in xfs_attri_validate() argument 510 unsigned int op = attrp->alfi_op_flags & in xfs_attri_validate() 516 if (attrp->__pad != 0) in xfs_attri_validate() 539 if (attrp->alfi_value_len > XATTR_SIZE_MAX) in xfs_attri_validate() 543 (attrp->alfi_name_len == 0)) in xfs_attri_validate() 546 return xfs_verify_ino(mp, attrp->alfi_ino); in xfs_attri_validate() 566 struct xfs_attri_log_format *attrp; in xfs_attri_item_recover() local 577 attrp = &attrip->attri_format; in xfs_attri_item_recover() [all …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 111 static const char *parse_attr(const char *str, u32 *attrp) in parse_attr() argument 117 *attrp = EFI_VARIABLE_BOOTSERVICE_ACCESS; in parse_attr() 143 *attrp = attr; in parse_attr()
|
/openbmc/linux/tools/perf/bench/ |
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()
|
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()
|