Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c1540 static int open_xattrfile(vnode_t vp, int fileflags, struct fileglob **xfgp,
1672 if ((error = open_xattrfile(vp, fileflags, &xfg, &fsize, NULL, context))) { in default_getxattr_doubleagent()
1764 if ((error = open_xattrfile(vp, FREAD | O_SHLOCK, &xfg, &fsize, NULL, in default_listxattr_doubleagent()
1925 if ((error = open_xattrfile(vp, O_CREAT | fileflags, &xfg, &fsize, in default_setxattr_doubleagent()
2031 if ((error = open_xattrfile(vp, fileflags, &xfg, &fsize, NULL, context))) { in default_removexattr_doubleagent()
2093 open_xattrfile(vnode_t vp, int fileflags, struct fileglob **xfgp, in open_xattrfile() function