Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c1538 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_context…
1666 bool have_iocount = true; in default_getxattr_doubleagent() local
1682 have_iocount = false; in default_getxattr_doubleagent()
1701 have_iocount = true; in default_getxattr_doubleagent()
1733 close_xattrfile(xfg, have_iocount, true, context); in default_getxattr_doubleagent()
1755 bool have_iocount = true; in default_listxattr_doubleagent() local
1778 have_iocount = false; in default_listxattr_doubleagent()
1798 have_iocount = true; in default_listxattr_doubleagent()
1823 close_xattrfile(xfg, have_iocount, true, context); in default_listxattr_doubleagent()
1852 bool have_iocount = true; in default_setxattr_doubleagent() local
[all …]