Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_xattr.c1493 u_int8_t emptyfinderinfo; member
1805 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_getxattr_vfs()
1980 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_setxattr_vfs()
2342 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_removexattr_vfs()
2348 if (ainfo.finderinfo == NULL || ainfo.emptyfinderinfo) { in default_removexattr_vfs()
2552 if (ainfo.finderinfo && !ainfo.emptyfinderinfo) { in default_listxattr_vfs()
3564 ainfop->emptyfinderinfo = 1; in get_xattrinfo()