Searched refs:af_fl (Results 1 – 1 of 1) sorted by relevance
206 struct flock af_fl; /* (c) lock details */ member655 error = VOP_ADVLOCKASYNC(af->af_vp, NULL, F_CANCEL, &af->af_fl, in nlm_cancel_async_lock()2034 if (af->af_fl.l_start == fl.l_start in nlm_do_lock()2035 && af->af_fl.l_len == fl.l_len in nlm_do_lock()2036 && af->af_fl.l_pid == fl.l_pid in nlm_do_lock()2037 && af->af_fl.l_type == fl.l_type) { in nlm_do_lock()2056 af->af_fl = fl; in nlm_do_lock()2199 if (af->af_fl.l_start == fl.l_start in nlm_do_cancel()2200 && af->af_fl.l_len == fl.l_len in nlm_do_cancel()2201 && af->af_fl.l_pid == fl.l_pid in nlm_do_cancel()[all …]