Home
last modified time | relevance | path

Searched refs:layout_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c5884 u32 layout_count; in decode_layoutget() local
5898 layout_count = be32_to_cpup(p); in decode_layoutget()
5899 if (!layout_count) { in decode_layoutget()
5932 if (layout_count > 1) { in decode_layoutget()
5939 __func__, layout_count); in decode_layoutget()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c5981 u32 layout_count; in decode_layoutget() local
5995 layout_count = be32_to_cpup(p); in decode_layoutget()
5996 if (!layout_count) { in decode_layoutget()
6029 if (layout_count > 1) { in decode_layoutget()
6036 __func__, layout_count); in decode_layoutget()

Completed in 21 milliseconds