Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c1448 u_int8_t emptyfinderinfo; member
1760 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_getxattr_vfs()
1935 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_setxattr_vfs()
2297 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_removexattr_vfs()
2303 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_removexattr_vfs()
2507 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_listxattr_vfs()
3519 ainfop->emptyfinderinfo = 1; in get_xattrinfo()