Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_xattr.c1566 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);
1568 static void rel_xattrinfo(attr_info_t *ainfop);
1570 static int write_xattrinfo(attr_info_t *ainfop);
1585 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
1604 check_and_swap_apple_double_header(attr_info_t *ainfop) in check_and_swap_apple_double_header() argument
1612 rawsize = ainfop->rawsize; in check_and_swap_apple_double_header()
1613 header = (apple_double_header_t *) ainfop->rawdata; in check_and_swap_apple_double_header()
1658 entry_end > ainfop->filesize) { in check_and_swap_apple_double_header()
3479 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument
3489 bzero(ainfop, sizeof(attr_info_t)); in get_xattrinfo()
[all …]