Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbtrfs_tree.h925 __le64 byte_limit; member
/linux/fs/btrfs/
H A Daccessors.h749 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
/linux/net/core/
H A Dskbuff.c1649 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local
1666 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()