Searched refs:extra (Results 1 – 13 of 13) sorted by relevance
/fs/ |
D | binfmt_flat.c | 435 unsigned long memp_size, extra, rlim; in load_flat_file() local 534 extra = max_t(unsigned long, bss_len + stack_len, in load_flat_file() 559 len = data_len + extra + MAX_SHARED_LIBS * sizeof(unsigned long); in load_flat_file() 604 len = text_len + data_len + extra + MAX_SHARED_LIBS * sizeof(unsigned long); in load_flat_file() 656 vm_munmap(textpos, text_len + data_len + extra + in load_flat_file()
|
/fs/squashfs/ |
D | Kconfig | 178 of extra system memory. Decreasing this amount will mean 179 SquashFS uses less memory at the expense of extra reads from disk.
|
/fs/ocfs2/ |
D | ocfs2_trace.h | 2162 unsigned long long dir_blkno, unsigned long long extra), 2163 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra), 2170 __field(unsigned long long, extra) 2178 __entry->extra = extra; 2182 __entry->dir_blkno, __entry->extra) 2188 unsigned long long dir_blkno, unsigned long long extra), \ 2189 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra))
|
/fs/ext4/ |
D | ext4.h | 758 u32 extra = sizeof(time->tv_sec) > 4 ? in ext4_encode_extra_time() local 760 return cpu_to_le32(extra | (time->tv_nsec << EXT4_EPOCH_BITS)); in ext4_encode_extra_time() 763 static inline void ext4_decode_extra_time(struct timespec *time, __le32 extra) in ext4_decode_extra_time() argument 766 (extra & cpu_to_le32(EXT4_EPOCH_MASK)))) { in ext4_decode_extra_time() 775 u64 extra_bits = le32_to_cpu(extra) & EXT4_EPOCH_MASK; in ext4_decode_extra_time() 780 time->tv_sec += (u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) << 32; in ext4_decode_extra_time() 783 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
|
/fs/btrfs/ |
D | Kconfig | 82 performance, or export extra information via sysfs.
|
D | extent-tree.c | 7158 u64 extra = BTRFS_BLOCK_GROUP_DUP | in find_free_extent() local 7169 if ((flags & extra) && !(block_group->flags & extra)) in find_free_extent()
|
/fs/ubifs/ |
D | debug.h | 291 int dbg_check_tnc(struct ubifs_info *c, int extra);
|
D | debug.c | 1470 int dbg_check_tnc(struct ubifs_info *c, int extra) in dbg_check_tnc() argument 1497 if (extra) { in dbg_check_tnc() 1531 if (extra) { in dbg_check_tnc()
|
/fs/xfs/ |
D | Kconfig | 92 and extra sanity-checking functions in various code paths.
|
/fs/jffs2/ |
D | Kconfig | 24 is unlikely to be useful - it enables extra debugging in certain
|
D | README.Locking | 58 Instead of playing such games, we just have an extra internal
|
/fs/gfs2/ |
D | dir.c | 2068 const unsigned int extra = sizeof(struct gfs2_dinode) - sizeof(struct gfs2_leaf); in gfs2_diradd_alloc_required() local 2080 (GFS2_DIRENT_SIZE(name->len) < extra)) in gfs2_diradd_alloc_required()
|
/fs/befs/ |
D | ChangeLog | 242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
|