Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h237 static inline bool deleg_is_read(u32 dl_type) in deleg_is_read() function
H A Dnfs4state.c5687 if (!(flags & RD_STATE) && deleg_is_read(dp->dl_type)) in nfs4_check_delegmode()
5928 fl->c.flc_type = deleg_is_read(dp->dl_type) ? F_RDLCK : F_WRLCK; in nfs4_alloc_init_lease()
6406 if (!deleg_is_read(open->op_delegate_type) && !deleg_is_write(open->op_delegate_type)) in open_xor_delegation()