Home
last modified time | relevance | path

Searched refs:xfg (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…
1564 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
1574 static int make_xattrfile_port(struct fileglob *xfg, ipc_port_t *portp);
1777 struct fileglob *xfg = NULL; in default_getxattr_vfs() local
1793 if ((error = open_xattrfile(vp, fileflags, &xfg, NULL, context))) { in default_getxattr_vfs()
1796 xvp = fg_get_data(xfg); in default_getxattr_vfs()
1799 close_xattrfile(xfg, true, true, context); in default_getxattr_vfs()
1880 close_xattrfile(xfg, true, true, context); in default_getxattr_vfs()
1893 struct fileglob *xfg = NULL; in default_setxattr_vfs() local
1968 if ((error = open_xattrfile(vp, O_CREAT | fileflags, &xfg, NULL, context))) { in default_setxattr_vfs()
[all …]