Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c431 unsigned long len, memp, memp_size, extra, rlim; in load_flat_file() local
549 extra = max_t(unsigned long, bss_len + stack_len, in load_flat_file()
574 len = data_len + extra; in load_flat_file()
618 len = text_len + data_len + extra; in load_flat_file()
708 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.h281 int dbg_check_tnc(struct ubifs_info *c, int extra);
Ddebug.c1467 int dbg_check_tnc(struct ubifs_info *c, int extra) in dbg_check_tnc() argument
1494 if (extra) { in dbg_check_tnc()
1528 if (extra) { in dbg_check_tnc()
/fs/btrfs/
DKconfig82 performance, or export extra information via sysfs.
Draid56.c877 struct bio *extra; in rbio_orig_end_io() local
891 extra = bio_list_get(&rbio->bio_list); in rbio_orig_end_io()
895 if (extra) in rbio_orig_end_io()
896 rbio_endio_bio_list(extra, err); in rbio_orig_end_io()
Dextent-tree.c3917 u64 extra = BTRFS_BLOCK_GROUP_DUP | in find_free_extent() local
3927 if ((flags & extra) && !(block_group->flags & extra)) in find_free_extent()
/fs/ext4/
Dext4.h839 u32 extra =((time->tv_sec - (s32)time->tv_sec) >> 32) & EXT4_EPOCH_MASK; in ext4_encode_extra_time() local
840 return cpu_to_le32(extra | (time->tv_nsec << EXT4_EPOCH_BITS)); in ext4_encode_extra_time()
844 __le32 extra) in ext4_decode_extra_time() argument
846 if (unlikely(extra & cpu_to_le32(EXT4_EPOCH_MASK))) in ext4_decode_extra_time()
847 time->tv_sec += (u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) << 32; in ext4_decode_extra_time()
848 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
/fs/xfs/
DKconfig125 and extra sanity-checking functions in various code paths.
/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/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