Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_xattr.c1557 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_contex…
2660 bool have_iocount = true; in default_getxattr_doubleagent() local
2676 have_iocount = false; in default_getxattr_doubleagent()
2695 have_iocount = true; in default_getxattr_doubleagent()
2727 close_xattrfile(xfg, have_iocount, true, context); in default_getxattr_doubleagent()
2749 bool have_iocount = true; in default_listxattr_doubleagent() local
2772 have_iocount = false; in default_listxattr_doubleagent()
2792 have_iocount = true; in default_listxattr_doubleagent()
2817 close_xattrfile(xfg, have_iocount, true, context); in default_listxattr_doubleagent()
2846 bool have_iocount = true; in default_setxattr_doubleagent() local
[all …]