Searched refs:ainfop (Results 1 – 1 of 1) sorted by relevance
1521 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);1523 static void rel_xattrinfo(attr_info_t *ainfop);1525 static int write_xattrinfo(attr_info_t *ainfop);1540 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);1559 check_and_swap_apple_double_header(attr_info_t *ainfop) in check_and_swap_apple_double_header() argument1567 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()1568 header = (apple_double_header_t *) ainfop->rawdata; in check_and_swap_apple_double_header()1613 entry_end > ainfop->filesize) { in check_and_swap_apple_double_header()3434 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument3444 bzero(ainfop, sizeof(attr_info_t)); in get_xattrinfo()[all …]