Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 15 of 15) sorted by relevance

/fs/
Dbinfmt_flat.c410 unsigned long len, memp, memp_size, extra, rlim; in load_flat_file() local
518 extra = max_t(unsigned long, bss_len + stack_len, in load_flat_file()
543 len = data_len + extra + in load_flat_file()
590 len = text_len + data_len + extra + in load_flat_file()
682 vm_munmap(textpos, text_len + data_len + extra + in load_flat_file()
/fs/ocfs2/
Docfs2_trace.h2161 unsigned long long dir_blkno, unsigned long long extra),
2162 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra),
2169 __field(unsigned long long, extra)
2177 __entry->extra = extra;
2181 __entry->dir_blkno, __entry->extra)
2187 unsigned long long dir_blkno, unsigned long long extra), \
2188 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra))
/fs/squashfs/
DKconfig221 of extra system memory. Decreasing this amount will mean
222 SquashFS uses less memory at the expense of extra reads from disk.
/fs/ubifs/
Ddebug.h280 int dbg_check_tnc(struct ubifs_info *c, int extra);
Ddebug.c1489 int dbg_check_tnc(struct ubifs_info *c, int extra) in dbg_check_tnc() argument
1516 if (extra) { in dbg_check_tnc()
1550 if (extra) { in dbg_check_tnc()
/fs/btrfs/
DKconfig87 performance, or export extra information via sysfs.
Draid56.c814 struct bio *extra; in rbio_orig_end_io() local
832 extra = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
836 if (extra) in rbio_orig_end_io()
837 rbio_endio_bio_list(extra, err); in rbio_orig_end_io()
Dextent-tree.c4403 u64 extra = BTRFS_BLOCK_GROUP_DUP | in find_free_extent() local
4413 if ((ffe_ctl->flags & extra) && !(block_group->flags & extra)) in find_free_extent()
/fs/erofs/
DKconfig21 performance under extremely memory pressure without extra cost.
/fs/ext4/
Dext4.h907 u32 extra =((time->tv_sec - (s32)time->tv_sec) >> 32) & EXT4_EPOCH_MASK; in ext4_encode_extra_time() local
908 return cpu_to_le32(extra | (time->tv_nsec << EXT4_EPOCH_BITS)); in ext4_encode_extra_time()
912 __le32 extra) in ext4_decode_extra_time() argument
914 if (unlikely(extra & cpu_to_le32(EXT4_EPOCH_MASK))) in ext4_decode_extra_time()
915 time->tv_sec += (u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) << 32; in ext4_decode_extra_time()
916 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
/fs/jffs2/
DKconfig25 is unlikely to be useful - it enables extra debugging in certain
DREADME.Locking58 Instead of playing such games, we just have an extra internal
/fs/xfs/
DKconfig150 and extra sanity-checking functions in various code paths.
/fs/gfs2/
Ddir.c2160 const unsigned int extra = sizeof(struct gfs2_dinode) - sizeof(struct gfs2_leaf); in gfs2_diradd_alloc_required() local
2172 (GFS2_DIRENT_SIZE(name->len) < extra)) in gfs2_diradd_alloc_required()
/fs/befs/
DChangeLog242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c