Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_xattr.c1445 u_int8_t emptyfinderinfo; member
1646 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_getxattr()
1812 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_setxattr()
2179 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_removexattr()
2185 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_removexattr()
2391 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_listxattr()
2858 ainfop->emptyfinderinfo = 1; in get_xattrinfo()