Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/ !
H A Dfsevents.h164 int get_fse_info(struct vnode *vp, fse_info *fse, vfs_context_t ctx);
/xnu-8792.81.2/bsd/nfs/ !
H A Dnfs_serv.c2680 get_fse_info(vp, &finfo, ctx); in nfsrv_remove()
3186 get_fse_info(fvp, &from_finfo, ctx); in nfsrv_rename()
3188 get_fse_info(tvp, &to_finfo, ctx); in nfsrv_rename()
3477 if (get_fse_info(vp, &finfo, ctx) == 0) { in nfsrv_link()
4113 get_fse_info(vp, &finfo, ctx); in nfsrv_rmdir()
/xnu-8792.81.2/bsd/vfs/ !
H A Dvfs_syscalls.c5689 if (get_fse_info(vp, &finfo, ctx) == 0) { in linkat_internal()
6094 get_fse_info(vp, finfop, ctx); in unlinkat_internal()
6185 get_fse_info(vp, finfop, ctx); in unlinkat_internal()
9055 get_fse_info(fvp, &from_finfo, ctx); in renameat_internal()
9066 get_fse_info(tvp, &to_finfo, ctx); in renameat_internal()
9992 get_fse_info(vp, &finfo, ctx); in rmdirat_internal()
10841 get_fse_info(fvp, &f_finfo, ctx); in exchangedata()
10842 get_fse_info(svp, &s_finfo, ctx); in exchangedata()
H A Dvfs_fsevents.c2852 get_fse_info(struct vnode *vp, fse_info *fse, __unused vfs_context_t ctx) in get_fse_info() function