Searched refs:xfg (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_xattr.c | 1512 static void close_xattrfile(struct fileglob *xfg, bool have_iocount, bool drop_iocount, vfs_contex… 1519 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context); 1529 static int make_xattrfile_port(struct fileglob *xfg, ipc_port_t *portp); 1732 struct fileglob *xfg = NULL; in default_getxattr_vfs() local 1748 if ((error = open_xattrfile(vp, fileflags, &xfg, NULL, context))) { in default_getxattr_vfs() 1751 xvp = fg_get_data(xfg); in default_getxattr_vfs() 1754 close_xattrfile(xfg, true, true, context); in default_getxattr_vfs() 1835 close_xattrfile(xfg, true, true, context); in default_getxattr_vfs() 1848 struct fileglob *xfg = NULL; in default_setxattr_vfs() local 1923 if ((error = open_xattrfile(vp, O_CREAT | fileflags, &xfg, NULL, context))) { in default_setxattr_vfs() [all …]
|