Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 24 of 24) sorted by relevance

/linux-4.19.296/fs/freevxfs/
Dvxfs_lookup.c108 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_find_entry() local
110 pos += overhead; in vxfs_find_entry()
111 pg_ofs += overhead; in vxfs_find_entry()
259 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir() local
261 pos += overhead; in vxfs_readdir()
262 pg_ofs += overhead; in vxfs_readdir()
/linux-4.19.296/include/net/sctp/
Dsctp.h592 __u32 overhead = sizeof(struct sctphdr) + extra; in sctp_mtu_payload() local
595 overhead += sp->pf->af->net_header_len; in sctp_mtu_payload()
597 overhead += sizeof(struct ipv6hdr); in sctp_mtu_payload()
599 if (WARN_ON_ONCE(mtu && mtu <= overhead)) in sctp_mtu_payload()
600 mtu = overhead; in sctp_mtu_payload()
602 return mtu ? mtu - overhead : overhead; in sctp_mtu_payload()
Dstructs.h725 size_t overhead; member
760 return packet->size == packet->overhead; in sctp_packet_empty()
/linux-4.19.296/fs/ext4/
Dresize.c119 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
120 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
122 overhead += 1 + in ext4_group_overhead_blocks()
124 return overhead; in ext4_group_overhead_blocks()
139 unsigned overhead; in verify_group_input() local
151 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
152 metaend = start + overhead; in verify_group_input()
154 input->blocks_count - 2 - overhead - sbi->s_itb_per_group; in verify_group_input()
306 unsigned overhead; in ext4_alloc_group_tables() local
324 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
[all …]
Dsuper.c3506 ext4_fsblk_t overhead = 0; in ext4_calculate_overhead() local
3521 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
3530 overhead += blks; in ext4_calculate_overhead()
3541 overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_maxlen); in ext4_calculate_overhead()
3547 overhead += EXT4_NUM_B2C(sbi, j_blocks); in ext4_calculate_overhead()
3553 sbi->s_overhead = overhead; in ext4_calculate_overhead()
5612 ext4_fsblk_t overhead = 0, resv_blocks; in ext4_statfs() local
5618 overhead = sbi->s_overhead; in ext4_statfs()
5622 buf->f_blocks = ext4_blocks_count(es) - EXT4_C2B(sbi, overhead); in ext4_statfs()
/linux-4.19.296/fs/fscache/
DKconfig21 The gathering of statistics adds a certain amount of overhead to
38 The generation of this histogram adds a certain amount of overhead to
/linux-4.19.296/fs/autofs/
DKconfig18 overhead in the already-mounted case; this is unlike the BSD
/linux-4.19.296/include/net/
Dsch_generic.h1067 int slot = pktlen + rtab->rate.cell_align + rtab->rate.overhead; in qdisc_l2t()
1079 u16 overhead; member
1088 len += r->overhead; in psched_l2t_ns()
1114 res->overhead = r->overhead; in psched_ratecfg_getrate()
/linux-4.19.296/fs/cachefiles/
DKconfig32 The generation of this histogram adds a certain amount of overhead to
/linux-4.19.296/fs/jfs/
DKconfig40 results in very little overhead.
/linux-4.19.296/fs/squashfs/
DKconfig9 are very small and all blocks are packed to minimise data overhead.
17 embedded systems where low overhead is needed. Further information
161 memory overhead.
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c836 unsigned long overhead; in xfs_refcount_still_have_space() local
838 overhead = cur->bc_private.a.priv.refc.shape_changes * in xfs_refcount_still_have_space()
840 overhead *= cur->bc_mp->m_sb.sb_blocksize; in xfs_refcount_still_have_space()
853 else if (overhead > cur->bc_tp->t_log_res) in xfs_refcount_still_have_space()
855 return cur->bc_tp->t_log_res - overhead > in xfs_refcount_still_have_space()
/linux-4.19.296/include/uapi/linux/
Dpkt_sched.h93 unsigned short overhead; member
105 int overhead; member
/linux-4.19.296/block/
DKconfig.iosched78 The Kyber I/O scheduler is a low-overhead scheduler suitable for
/linux-4.19.296/fs/ext2/
Dsuper.c1438 unsigned long i, overhead = 0; in ext2_statfs() local
1451 overhead = le32_to_cpu(es->s_first_data_block); in ext2_statfs()
1459 overhead += ext2_bg_has_super(sb, i) + in ext2_statfs()
1466 overhead += (sbi->s_groups_count * in ext2_statfs()
1468 sbi->s_overhead_last = overhead; in ext2_statfs()
/linux-4.19.296/fs/f2fs/
DKconfig10 of wandering tree and high cleaning overhead.
/linux-4.19.296/fs/ntfs/
DKconfig45 overhead, but enabling debug messages results in very significant
/linux-4.19.296/fs/nilfs2/
Dsuper.c633 unsigned long overhead; in nilfs_statfs() local
655 overhead = 0; in nilfs_statfs()
682 buf->f_blocks = blocks - overhead; in nilfs_statfs()
/linux-4.19.296/fs/overlayfs/
DKconfig78 the same lower dir. The full index may incur some overhead on mount
/linux-4.19.296/lib/
DKconfig.debug561 feature will introduce an overhead to memory
621 can cause significant overhead, so only enable it in non-production
898 feature has negligible overhead.
986 that can help debug the scheduler. The runtime overhead of this
1003 application, you can say N to avoid the very slight overhead
1016 is examined. The runtime overhead introduced is minimal.
1152 Note that this feature can introduce significant overhead, so
1196 of more runtime overhead.
DKconfig457 # This actually supports modular compilation, but the module overhead
/linux-4.19.296/fs/cramfs/
DREADME145 code simplicity and little CPU overhead even on big-endian machines.
/linux-4.19.296/fs/affs/
DChanges298 overhead slows down opening, but this is hardly
/linux-4.19.296/fs/befs/
DChangeLog19 * Added Sergey S. Kostyliov's patch to eliminate memcpy() overhead