Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_xattr.c2318 int attrcount = 0; in default_removexattr_vfs() local
2337 attrcount += ainfo.attrhdr->num_attrs; in default_removexattr_vfs()
2340 ++attrcount; in default_removexattr_vfs()
2343 ++attrcount; in default_removexattr_vfs()
2353 if (--attrcount == 0) { in default_removexattr_vfs()
2373 if (--attrcount == 0) { in default_removexattr_vfs()
2420 if (--attrcount == 0) { in default_removexattr_vfs()
2490 if (attrcount == 0) { in default_removexattr_vfs()