Searched refs:fm_context (Results 1 – 3 of 3) sorted by relevance
2200 fp->fm_context.vc_thread = current_thread(); in nfsrv_cleanup()2201 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()2206 kauth_cred_unref(&fp->fm_context.vc_ucred); in nfsrv_cleanup()
1185 fp->fm_context.vc_thread = current_thread(); in nfsrv_fmod_timer()1186 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer()1191 kauth_cred_unref(&fp->fm_context.vc_ucred); in nfsrv_fmod_timer()1271 fp->fm_context = *ctx; in nfsrv_modified()
732 struct vfs_context fm_context; member