Home
last modified time | relevance | path

Searched refs:fi_fhandle (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4callback.c354 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()
392 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
837 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle); in encode_cb_layout4args()
929 args.cna_fh.len = dp->dl_stid.sc_file->fi_fhandle.fh_size; in nfs4_xdr_enc_cb_notify()
930 args.cna_fh.data = dp->dl_stid.sc_file->fi_fhandle.fh_raw; in nfs4_xdr_enc_cb_notify()
H A Dnfs4layouts.c305 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
572 !fh_fsid_match(&ls->ls_stid.sc_file->fi_fhandle, in nfsd4_return_client_layouts()
H A Dstate.h770 struct knfsd_fh fi_fhandle; member
H A Dnfs4state.c1256 if (delegation_blocked(&fp->fi_fhandle)) in __alloc_init_deleg()
5454 fh_copy_shallow(&fp->fi_fhandle, &fh->fh_handle); in nfsd4_file_init()
5949 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_lookup()
5984 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_insert()
6072 block_delegations(&dp->dl_stid.sc_file->fi_fhandle); in nfsd4_cb_recall_prepare()
7816 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
9150 nbl = find_or_allocate_block(lock_sop, &fp->fi_fhandle, nn); in nfsd4_lock()
H A Dnfs4xdr.c4242 fsid_len = key_len(fi->fi_fhandle.fh_fsid_type); in setup_notify_fhandle()
4246 memcpy(&fhp->fh_raw, &fi->fi_fhandle.fh_raw, fhp->fh_size); in setup_notify_fhandle()