Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Ddelegation.c177 delegation->type = res->delegation_type; in nfs_inode_reclaim_delegation()
186 trace_nfs4_reclaim_delegation(inode, res->delegation_type); in nfs_inode_reclaim_delegation()
339 delegation->type = res->delegation_type; in nfs_inode_set_delegation()
389 trace_nfs4_set_delegation(inode, res->delegation_type); in nfs_inode_set_delegation()
Dnfs4xdr.c1423 static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type) in encode_delegation_type() argument
1428 switch (delegation_type) { in encode_delegation_type()
1498 encode_claim_previous(xdr, arg->u.delegation_type); in encode_open()
4927 uint32_t delegation_type, in decode_rw_delegation() argument
4941 switch (delegation_type) { in decode_rw_delegation()
4943 res->delegation_type = FMODE_READ; in decode_rw_delegation()
4946 res->delegation_type = FMODE_WRITE|FMODE_READ; in decode_rw_delegation()
4980 uint32_t delegation_type; in decode_delegation() local
4985 delegation_type = be32_to_cpup(p); in decode_delegation()
4986 res->delegation_type = 0; in decode_delegation()
[all …]
Dnfs4proc.c1471 if (data->o_res.delegation_type != 0) in _nfs4_opendata_reclaim_to_nfs4_state()
1507 if (data->o_res.delegation_type != 0) in _nfs4_opendata_to_nfs4_state()
1640 fmode_t delegation_type = 0; in _nfs4_do_open_reclaim() local
1650 delegation_type = delegation->type; in _nfs4_do_open_reclaim()
1652 opendata->o_arg.u.delegation_type = delegation_type; in _nfs4_do_open_reclaim()
/linux-4.1.27/include/linux/
Dnfs_xdr.h343 fmode_t delegation_type; /* CLAIM_PREVIOUS */ member
364 fmode_t delegation_type; member