Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1474 static int open_xattrfile(vnode_t vp, int fileflags, vnode_t *xvpp, vfs_context_t context);
1634 if ((error = open_xattrfile(vp, fileflags, &xvp, context))) { in default_getxattr()
1800 if ((error = open_xattrfile(vp, O_CREAT | fileflags, &xvp, context))) { in default_setxattr()
2164 if ((error = open_xattrfile(vp, fileflags, &xvp, context))) { in default_removexattr()
2374 if ((error = open_xattrfile(vp, FREAD, &xvp, context))) { in default_listxattr()
2460 open_xattrfile(vnode_t vp, int fileflags, vnode_t *xvpp, vfs_context_t context) in open_xattrfile() function