Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c1538 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_context…
1543 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
1545 static int make_xattrfile_port(struct fileglob *xfg, ipc_port_t *portp);
1656 struct fileglob *xfg = NULL; in default_getxattr_doubleagent() local
1672 if ((error = open_xattrfile(vp, fileflags, &xfg, &fsize, NULL, context))) { in default_getxattr_doubleagent()
1675 xvp = fg_get_data(xfg); in default_getxattr_doubleagent()
1676 if ((error = make_xattrfile_port(xfg, &fileport))) { in default_getxattr_doubleagent()
1732 if (xfg != NULL) { in default_getxattr_doubleagent()
1733 close_xattrfile(xfg, have_iocount, true, context); in default_getxattr_doubleagent()
1747 struct fileglob *xfg = NULL; in default_listxattr_doubleagent() local
[all …]