Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1443 u_int8_t emptyfinderinfo; member
1644 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_getxattr()
1810 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_setxattr()
2177 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_removexattr()
2183 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_removexattr()
2389 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_listxattr()
2856 ainfop->emptyfinderinfo = 1; in get_xattrinfo()