Home
last modified time | relevance | path

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

/external/strace/
Dsocketutils.c65 cache_inode_details(const unsigned long inode, char *const details) in cache_inode_details() function
200 return cache_inode_details(inode, details); in inet_parse_response()
361 return cache_inode_details(inode, details); in unix_parse_response()
415 return cache_inode_details(inode, details); in netlink_parse_response()
DChangeLog15896 socketutils.c: introduce cache_inode_details.
15897 cache_inode_details gives a way to obtain cache information without
15901 to cache_inode_details. Do not print cached information.
15903 Use cache_inode_details instead of cache_and_print_inode_details.