Searched refs:ainfop (Results 1 – 1 of 1) sorted by relevance
1480 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);1482 static void rel_xattrinfo(attr_info_t *ainfop);1484 static int write_xattrinfo(attr_info_t *ainfop);1502 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);1521 check_and_swap_apple_double_header(attr_info_t *ainfop) in check_and_swap_apple_double_header() argument1529 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()1530 header = (apple_double_header_t *) ainfop->rawdata; in check_and_swap_apple_double_header()1575 entry_end > ainfop->filesize) { in check_and_swap_apple_double_header()2771 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument2781 bzero(ainfop, sizeof(attr_info_t)); in get_xattrinfo()[all …]