Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c2273 int attrcount = 0; in default_removexattr_vfs() local
2292 attrcount += ainfo.attrhdr->num_attrs; in default_removexattr_vfs()
2295 ++attrcount; in default_removexattr_vfs()
2298 ++attrcount; in default_removexattr_vfs()
2308 if (--attrcount == 0) { in default_removexattr_vfs()
2328 if (--attrcount == 0) { in default_removexattr_vfs()
2375 if (--attrcount == 0) { in default_removexattr_vfs()
2445 if (attrcount == 0) { in default_removexattr_vfs()