Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4xdr.c1476 switch (delegation_type) { in encode_delegation_type()
1546 encode_claim_previous(xdr, arg->u.delegation_type); in encode_open()
5091 uint32_t delegation_type, in decode_rw_delegation() argument
5105 switch (delegation_type) { in decode_rw_delegation()
5107 res->delegation_type = FMODE_READ; in decode_rw_delegation()
5110 res->delegation_type = FMODE_WRITE|FMODE_READ; in decode_rw_delegation()
5138 uint32_t delegation_type; in decode_delegation() local
5143 delegation_type = be32_to_cpup(p); in decode_delegation()
5144 res->delegation_type = 0; in decode_delegation()
5145 switch (delegation_type) { in decode_delegation()
[all …]
A Dnfs4proc.c1952 data->o_res.delegation_type, in nfs4_opendata_check_deleg()
1958 data->o_res.delegation_type, in nfs4_opendata_check_deleg()
1989 if (data->o_res.delegation_type != 0) in _nfs4_opendata_reclaim_to_nfs4_state()
2057 if (data->o_res.delegation_type != 0) in _nfs4_opendata_to_nfs4_state()
2196 fmode_t delegation_type = 0; in _nfs4_do_open_reclaim() local
2206 delegation_type = delegation->type; in _nfs4_do_open_reclaim()
2208 opendata->o_arg.u.delegation_type = delegation_type; in _nfs4_do_open_reclaim()
3082 if (opendata->o_res.delegation_type != 0) in _nfs4_open_and_get_state()
/linux/include/linux/
A Dnfs_xdr.h471 fmode_t delegation_type; /* CLAIM_PREVIOUS */ member
493 fmode_t delegation_type; member

Completed in 65 milliseconds