/linux-4.19.296/fs/freevxfs/ |
D | vxfs_lookup.c | 108 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/ |
D | sctp.h | 592 __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()
|
D | structs.h | 725 size_t overhead; member 760 return packet->size == packet->overhead; in sctp_packet_empty()
|
/linux-4.19.296/fs/ext4/ |
D | resize.c | 119 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 …]
|
D | super.c | 3506 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/ |
D | Kconfig | 21 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/ |
D | Kconfig | 18 overhead in the already-mounted case; this is unlike the BSD
|
/linux-4.19.296/include/net/ |
D | sch_generic.h | 1067 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/ |
D | Kconfig | 32 The generation of this histogram adds a certain amount of overhead to
|
/linux-4.19.296/fs/jfs/ |
D | Kconfig | 40 results in very little overhead.
|
/linux-4.19.296/fs/squashfs/ |
D | Kconfig | 9 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/ |
D | xfs_refcount.c | 836 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/ |
D | pkt_sched.h | 93 unsigned short overhead; member 105 int overhead; member
|
/linux-4.19.296/block/ |
D | Kconfig.iosched | 78 The Kyber I/O scheduler is a low-overhead scheduler suitable for
|
/linux-4.19.296/fs/ext2/ |
D | super.c | 1438 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/ |
D | Kconfig | 10 of wandering tree and high cleaning overhead.
|
/linux-4.19.296/fs/ntfs/ |
D | Kconfig | 45 overhead, but enabling debug messages results in very significant
|
/linux-4.19.296/fs/nilfs2/ |
D | super.c | 633 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/ |
D | Kconfig | 78 the same lower dir. The full index may incur some overhead on mount
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 561 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.
|
D | Kconfig | 457 # This actually supports modular compilation, but the module overhead
|
/linux-4.19.296/fs/cramfs/ |
D | README | 145 code simplicity and little CPU overhead even on big-endian machines.
|
/linux-4.19.296/fs/affs/ |
D | Changes | 298 overhead slows down opening, but this is hardly
|
/linux-4.19.296/fs/befs/ |
D | ChangeLog | 19 * Added Sergey S. Kostyliov's patch to eliminate memcpy() overhead
|