/linux-4.1.27/fs/nfs/ |
D | callback_proc.c | 116 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh_locked() 148 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh()
|
D | delegation.h | 19 nfs4_stateid stateid; member
|
D | delegation.c | 84 …on_claim_locks(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) in nfs_delegation_claim_locks() 116 static int nfs_delegation_claim_opens(struct inode *inode, const nfs4_stateid *stateid) in nfs_delegation_claim_opens() 716 const nfs4_stateid *stateid) in nfs_async_inode_return_delegation()
|
D | pnfs.c | 372 nfs4_stateid stateid; in pnfs_layoutreturn_before_put_lseg() local 795 const nfs4_stateid *stateid) in pnfs_layout_stateid_blocked() 929 pnfs_send_layoutreturn(struct pnfs_layout_hdr *lo, nfs4_stateid stateid, in pnfs_send_layoutreturn() 978 nfs4_stateid stateid; in _pnfs_return_layout() local 1060 nfs4_stateid stateid; in pnfs_roc() local 1146 nfs4_stateid stateid; in pnfs_roc_drain() local
|
D | nfs4proc.c | 1194 nfs4_stateid *stateid) in nfs_need_update_open_stateid() 1222 nfs4_stateid *stateid, fmode_t fmode) in nfs_clear_open_stateid_locked() 1253 nfs4_stateid *stateid, fmode_t fmode) in nfs_clear_open_stateid() 1262 static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fm… in nfs_set_open_stateid_locked() 1343 const nfs4_stateid *stateid) in nfs4_update_lock_stateid() 1381 nfs4_stateid stateid; in nfs4_try_open_cached() local 1688 …all_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, int er… in nfs4_handle_delegation_recall_error() 1740 …egation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) in nfs4_open_delegation_recall() 2207 nfs4_stateid stateid; in nfs41_check_delegation_stateid() local 2248 nfs4_stateid *stateid = &state->open_stateid; in nfs41_check_open_stateid() local [all …]
|
D | callback.h | 81 nfs4_stateid stateid; member
|
D | callback_xdr.c | 140 static __be32 decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
|
D | nfs4_fs.h | 173 nfs4_stateid stateid; /* Current stateid: may be delegation */ member
|
D | nfs4xdr.c | 990 static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_nfs4_stateid() 1461 …de_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid) in encode_claim_delegate_cur() 1479 static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid) in encode_claim_delegate_cur_fh() 1703 static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound… in encode_delegreturn() 4237 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
|
D | nfs4state.c | 1337 const nfs4_stateid *stateid) in nfs_inode_find_state_and_recover()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 40 nfs4_stateid stateid; member 50 nfs4_stateid stateid; member
|
D | flexfilelayoutdev.c | 197 nfs4_stateid *stateid, in ds_error_can_merge() 237 nfs4_stateid *stateid, struct nfs4_deviceid *deviceid) in ff_layout_update_ds_error()
|
D | flexfilelayout.c | 54 static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid) in decode_stateid()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 69 #define ZERO_STATEID(stateid) (!memcmp((stateid), &zero_stateid, sizeof(stateid_t))) argument 70 #define ONE_STATEID(stateid) (!memcmp((stateid), &one_stateid, sizeof(stateid_t))) argument 71 #define CURRENT_STATEID(stateid) (!memcmp((stateid), ¤tstateid, sizeof(stateid_t))) argument 4540 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids() 4608 static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfsd4_validate_stateid() 4656 stateid_t *stateid, unsigned char typemask, in nfsd4_lookup_stateid() 4713 stateid_t *stateid, int flags, struct file **filpp) in nfs4_preprocess_stateid_op() 4773 struct nfsd4_test_stateid_id *stateid; in nfsd4_test_stateid() local 4787 stateid_t *stateid = &free_stateid->fr_stateid; in nfsd4_free_stateid() local 4844 static __be32 nfs4_seqid_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seq… in nfs4_seqid_op_checks() [all …]
|
D | nfs4layouts.c | 235 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid()
|
D | nfs4xdr.c | 1477 struct nfsd4_test_stateid_id *stateid; in nfsd4_decode_test_stateid() local 4000 struct nfsd4_test_stateid_id *stateid, *next; in nfsd4_encode_test_stateid() local
|
D | nfs4proc.c | 984 stateid_t *stateid = &write->wr_stateid; in nfsd4_write() local
|
D | state.h | 367 update_stateid(stateid_t *stateid) in update_stateid()
|
D | xdr4.h | 176 stateid_t stateid; member
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 234 nfs4_stateid stateid; member 244 nfs4_stateid stateid; member 269 nfs4_stateid stateid; member 300 nfs4_stateid stateid; member 307 nfs4_stateid stateid; member 356 nfs4_stateid stateid; member 382 nfs4_stateid * stateid; member 388 nfs4_stateid stateid; member 398 nfs4_stateid stateid; member 407 nfs4_stateid stateid; member [all …]
|