Searched refs:get_fse_info (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h163 int get_fse_info(struct vnode *vp, fse_info *fse, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2449 get_fse_info(vp, &finfo, ctx);
2941 get_fse_info(fvp, &from_finfo, ctx);
2943 get_fse_info(tvp, &to_finfo, ctx);
3211 if (get_fse_info(vp, &finfo, ctx) == 0) {
3798 get_fse_info(vp, &finfo, ctx);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c3734 if (get_fse_info(vp, &finfo, ctx) == 0) {
4023 get_fse_info(vp, &finfo, ctx);
4098 get_fse_info(vp, &finfo, ctx);
6224 get_fse_info(fvp, &from_finfo, ctx);
6235 get_fse_info(tvp, &to_finfo, ctx);
6711 get_fse_info(vp, &finfo, ctx);
7385 get_fse_info(fvp, &f_finfo, ctx);
7386 get_fse_info(svp, &s_finfo, ctx);
H A Dvfs_fsevents.c2306 get_fse_info(struct vnode *vp, fse_info *fse, __unused vfs_context_t ctx) function

Completed in 46 milliseconds