Home
last modified time | relevance | path

Searched refs:fm_context (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/nfs/
H A Dnfs_syscalls.c1947 fp->fm_context.vc_thread = current_thread(); in nfsrv_cleanup()
1948 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
1953 kauth_cred_unref(&fp->fm_context.vc_ucred); in nfsrv_cleanup()
H A Dnfs.h737 struct vfs_context fm_context; member
H A Dnfs_serv.c1190 fp->fm_context.vc_thread = current_thread(); in nfsrv_fmod_timer()
1191 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer()
1196 kauth_cred_unref(&fp->fm_context.vc_ucred); in nfsrv_fmod_timer()
1276 fp->fm_context = *ctx; in nfsrv_modified()