Home
last modified time | relevance | path

Searched refs:ainfop (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_xattr.c1482 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);
1484 static void rel_xattrinfo(attr_info_t *ainfop);
1486 static int write_xattrinfo(attr_info_t *ainfop);
1504 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
1523 check_and_swap_apple_double_header(attr_info_t *ainfop) in check_and_swap_apple_double_header() argument
1531 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()
1532 header = (apple_double_header_t *) ainfop->rawdata; in check_and_swap_apple_double_header()
1577 entry_end > ainfop->filesize) { in check_and_swap_apple_double_header()
2773 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument
2783 bzero(ainfop, sizeof(attr_info_t)); in get_xattrinfo()
[all …]