Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_xattr.c1512 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_contex…
2615 bool have_iocount = true; in default_getxattr_doubleagent() local
2631 have_iocount = false; in default_getxattr_doubleagent()
2650 have_iocount = true; in default_getxattr_doubleagent()
2682 close_xattrfile(xfg, have_iocount, true, context); in default_getxattr_doubleagent()
2704 bool have_iocount = true; in default_listxattr_doubleagent() local
2727 have_iocount = false; in default_listxattr_doubleagent()
2747 have_iocount = true; in default_listxattr_doubleagent()
2772 close_xattrfile(xfg, have_iocount, true, context); in default_listxattr_doubleagent()
2801 bool have_iocount = true; in default_setxattr_doubleagent() local
[all …]