Searched refs:fi_fhandle (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4callback.c | 354 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 D | nfs4layouts.c | 305 &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 D | state.h | 770 struct knfsd_fh fi_fhandle; member
|
| H A D | nfs4state.c | 1256 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 D | nfs4xdr.c | 4242 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()
|