Searched refs:extra (Results 1 – 16 of 16) sorted by relevance
/fs/hppfs/ |
D | hppfs.c | 67 static char *dentry_name(struct dentry *dentry, int extra) in dentry_name() argument 85 name = kmalloc(len + extra + 1, GFP_KERNEL); in dentry_name() 113 int extra, fd; in file_removed() local 115 extra = 0; in file_removed() 117 extra += strlen(file) + 1; in file_removed() 119 host_file = dentry_name(dentry, extra + strlen("/remove")); in file_removed()
|
/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/btrfs/ |
D | Kconfig | 72 performance, or export extra information via sysfs.
|
D | extent-tree.c | 5997 u64 extra = BTRFS_BLOCK_GROUP_DUP | in find_free_extent() local 6008 if ((flags & extra) && !(block_group->flags & extra)) in find_free_extent()
|
/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/ubifs/ |
D | debug.h | 291 int dbg_check_tnc(struct ubifs_info *c, int extra);
|
D | debug.c | 1467 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/xfs/ |
D | Kconfig | 91 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 | 62 Instead of playing such games, we just have an extra internal
|
/fs/cifs/ |
D | TODO | 39 extra copy in/out of the socket buffers in some cases.
|
D | CHANGES | 296 of readpages by eliminating one extra memcpy. Allow update of file size
|
/fs/ext4/ |
D | ext4.h | 748 static inline void ext4_decode_extra_time(struct timespec *time, __le32 extra) in ext4_decode_extra_time() argument 751 time->tv_sec |= (__u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) in ext4_decode_extra_time() 753 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
|
/fs/ceph/ |
D | mds_client.c | 1252 int extra = mdsc->fsc->mount_options->cap_release_safety; in ceph_add_cap_releases() local 1256 extra); in ceph_add_cap_releases() 1269 extra += CEPH_CAPS_PER_RELEASE - num; in ceph_add_cap_releases() 1273 while (session->s_num_cap_releases < session->s_nr_caps + extra) { in ceph_add_cap_releases()
|
/fs/befs/ |
D | ChangeLog | 242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
|