Lines Matching refs:filehandle
78 fhandle_t filehandle; /* NFS filehandle */ member
125 fhandle_t filehandle; /* Local access filehandle */ member
327 dump_static_object((unsigned char *)&fl->filehandle, in dump_filelock()
328 sizeof(fl->filehandle), hbuff, sizeof(hbuff), in dump_filelock()
430 bcopy(fh, &fl->filehandle, sizeof(fhandle_t)); in fill_file_lock()
725 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t))) in get_lock_matching_unlock()
805 if (bcmp(&fl->filehandle, &ifl->filehandle, sizeof(fhandle_t))) in test_nfslock()
930 fill_file_lock(*left_lock, &exist_lock->filehandle, in split_nfslock()
947 fill_file_lock(*right_lock, &exist_lock->filehandle, in split_nfslock()
1037 if (bcmp(&fl->filehandle, &imf->filehandle, in lock_hwlock()
1038 sizeof(fl->filehandle)) == 0) { in lock_hwlock()
1062 nmf->fd = fhopen(&fl->filehandle, O_RDWR); in lock_hwlock()
1078 bcopy(&fl->filehandle, &nmf->filehandle, sizeof(fl->filehandle)); in lock_hwlock()
1122 if (bcmp(&fl->filehandle, &imf->filehandle, in unlock_hwlock()
1123 sizeof(fl->filehandle)) == 0) { in unlock_hwlock()
1187 if (!bcmp(&fl->filehandle, &ifl->filehandle, in duplicate_block()
1877 bcopy(lock->fh.n_bytes, &(test_fl.filehandle), sizeof(fhandle_t)); in testlock()
1981 bcopy(lock->fh.n_bytes, &fl.filehandle, sizeof(fhandle_t)); in unlock()
2197 res.alock.fh.n_bytes = (char*)&fl->filehandle; in send_granted()
2220 res.alock.fh.n_bytes = (char*)&fl->filehandle; in send_granted()