Searched refs:NLM4_OFFSET_MAX (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dnlm.h16 # define NLM4_OFFSET_MAX ((s64) ((~(u64)0) >> 1)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dnlm.h16 # define NLM4_OFFSET_MAX ((s64) ((~(u64)0) >> 1)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dxdr4.c35 if (offset > NLM4_OFFSET_MAX)
36 res = NLM4_OFFSET_MAX;
37 else if (offset < -NLM4_OFFSET_MAX)
38 res = -NLM4_OFFSET_MAX;
166 if (fl->fl_start > NLM4_OFFSET_MAX
167 || (fl->fl_end > NLM4_OFFSET_MAX && fl->fl_end != OFFSET_MAX))

Completed in 188 milliseconds