Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c1437 u_int8_t emptyfinderinfo; member
1638 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_getxattr()
1804 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_setxattr()
2171 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_removexattr()
2177 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_removexattr()
2383 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_listxattr()
2850 ainfop->emptyfinderinfo = 1; in get_xattrinfo()