Searched refs:get_fse_info (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | fsevents.h | 154 int get_fse_info(struct vnode *vp, fse_info *fse, vfs_context_t ctx);
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_serv.c | 2694 get_fse_info(vp, &finfo, ctx); in nfsrv_remove() 3200 get_fse_info(fvp, &from_finfo, ctx); in nfsrv_rename() 3202 get_fse_info(tvp, &to_finfo, ctx); in nfsrv_rename() 3491 if (get_fse_info(vp, &finfo, ctx) == 0) { in nfsrv_link() 4127 get_fse_info(vp, &finfo, ctx); in nfsrv_rmdir()
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5201 if (get_fse_info(vp, &finfo, ctx) == 0) { in linkat_internal() 5601 get_fse_info(vp, finfop, ctx); in unlinkat_internal() 5688 get_fse_info(vp, finfop, ctx); in unlinkat_internal() 8472 get_fse_info(fvp, &from_finfo, ctx); in renameat_internal() 8483 get_fse_info(tvp, &to_finfo, ctx); in renameat_internal() 9397 get_fse_info(vp, &finfo, ctx); in rmdirat_internal() 10235 get_fse_info(fvp, &f_finfo, ctx); in exchangedata() 10236 get_fse_info(svp, &s_finfo, ctx); in exchangedata()
|
| H A D | vfs_fsevents.c | 2627 get_fse_info(struct vnode *vp, fse_info *fse, __unused vfs_context_t ctx) in get_fse_info() function
|