Searched refs:ainfop (Results 1 – 1 of 1) sorted by relevance
1474 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);1476 static void rel_xattrinfo(attr_info_t *ainfop);1478 static int write_xattrinfo(attr_info_t *ainfop);1496 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);1515 check_and_swap_apple_double_header(attr_info_t *ainfop) in check_and_swap_apple_double_header() argument1523 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()1524 header = (apple_double_header_t *) ainfop->rawdata; in check_and_swap_apple_double_header()1569 entry_end > ainfop->filesize) { in check_and_swap_apple_double_header()2765 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument2775 bzero(ainfop, sizeof(attr_info_t)); in get_xattrinfo()[all …]