Searched refs:from_finfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2536 fse_info from_finfo, to_finfo; local
2941 get_fse_info(fvp, &from_finfo, ctx);
2956 from_finfo.mode |= FSE_TRUNCATED_PATH;
2994 FSE_ARG_FINFO, &from_finfo,
3001 FSE_ARG_FINFO, &from_finfo,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6026 fse_info from_finfo, to_finfo; local
6286 get_fse_info(fvp, &from_finfo, ctx);
6384 // set it here since only the from_finfo gets reported up to user space
6385 from_finfo.mode |= FSE_TRUNCATED_PATH;
6392 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap);
6398 FSE_ARG_FINFO, &from_finfo,
6405 FSE_ARG_FINFO, &from_finfo,

Completed in 106 milliseconds