Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_xdr.h491 __u32 delegation_type; /* CLAIM_PREVIOUS */ member
/linux/fs/nfs/
H A Dnfs4proc.c2231 u32 delegation_type = NFS4_OPEN_DELEGATE_NONE; in _nfs4_do_open_reclaim() local
2243 delegation_type = NFS4_OPEN_DELEGATE_READ; in _nfs4_do_open_reclaim()
2245 delegation_type = NFS4_OPEN_DELEGATE_READ_ATTRS_DELEG; in _nfs4_do_open_reclaim()
2249 delegation_type = NFS4_OPEN_DELEGATE_WRITE; in _nfs4_do_open_reclaim()
2251 delegation_type = NFS4_OPEN_DELEGATE_WRITE_ATTRS_DELEG; in _nfs4_do_open_reclaim()
2255 opendata->o_arg.u.delegation_type = delegation_type; in _nfs4_do_open_reclaim()