Home
last modified time | relevance | path

Searched refs:delegation_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4xdr.c1459 static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type) in encode_delegation_type() argument
1464 switch (delegation_type) { in encode_delegation_type()
1534 encode_claim_previous(xdr, arg->u.delegation_type); in encode_open()
5165 uint32_t delegation_type, in decode_rw_delegation() argument
5179 switch (delegation_type) { in decode_rw_delegation()
5181 res->delegation_type = FMODE_READ; in decode_rw_delegation()
5184 res->delegation_type = FMODE_WRITE|FMODE_READ; in decode_rw_delegation()
5218 uint32_t delegation_type; in decode_delegation() local
5223 delegation_type = be32_to_cpup(p); in decode_delegation()
5224 res->delegation_type = 0; in decode_delegation()
[all …]
Dnfs4proc.c1810 data->o_res.delegation_type, in nfs4_opendata_check_deleg()
1816 data->o_res.delegation_type, in nfs4_opendata_check_deleg()
1847 if (data->o_res.delegation_type != 0) in _nfs4_opendata_reclaim_to_nfs4_state()
1914 if (data->o_res.delegation_type != 0) in _nfs4_opendata_to_nfs4_state()
2038 fmode_t delegation_type = 0; in _nfs4_do_open_reclaim() local
2048 delegation_type = delegation->type; in _nfs4_do_open_reclaim()
2050 opendata->o_arg.u.delegation_type = delegation_type; in _nfs4_do_open_reclaim()
/Linux-v4.19/include/linux/
Dnfs_xdr.h429 fmode_t delegation_type; /* CLAIM_PREVIOUS */ member
452 fmode_t delegation_type; member