Searched refs:vn_stat (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1869 int vn_stat(struct vnode *vp, void * sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1255 vn_stat(struct vnode *vp, void *sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx) function
H A Dvfs_syscalls.c4669 * vn_stat:???
4715 error = vn_stat(ndp->ni_vp, statptr, (xsecurity != USER_ADDR_NULL ? &fsec : NULL), isstat64, ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c1285 error = vn_stat(vp, &sb, NULL, 1, context);
H A Dkern_descrip.c2406 * vn_stat:???
2465 error = vn_stat((vnode_t)data, sbptr, &fsec, isstat64, ctx);

Completed in 103 milliseconds