Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c1468 static int open_xattrfile(vnode_t vp, int fileflags, vnode_t *xvpp, vfs_context_t context);
1628 if ((error = open_xattrfile(vp, fileflags, &xvp, context))) { in default_getxattr()
1794 if ((error = open_xattrfile(vp, O_CREAT | fileflags, &xvp, context))) { in default_setxattr()
2158 if ((error = open_xattrfile(vp, fileflags, &xvp, context))) { in default_removexattr()
2368 if ((error = open_xattrfile(vp, FREAD, &xvp, context))) { in default_listxattr()
2454 open_xattrfile(vnode_t vp, int fileflags, vnode_t *xvpp, vfs_context_t context) in open_xattrfile() function