Home
last modified time | relevance | path

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

/fs/hppfs/
Dhppfs.c67 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/
Dbinfmt_flat.c435 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/
DKconfig178 of extra system memory. Decreasing this amount will mean
179 SquashFS uses less memory at the expense of extra reads from disk.
/fs/btrfs/
DKconfig72 performance, or export extra information via sysfs.
Dextent-tree.c5997 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/
Docfs2_trace.h2162 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/
Ddebug.h291 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/xfs/
DKconfig91 and extra sanity-checking functions in various code paths.
/fs/jffs2/
DKconfig24 is unlikely to be useful - it enables extra debugging in certain
DREADME.Locking62 Instead of playing such games, we just have an extra internal
/fs/cifs/
DTODO39 extra copy in/out of the socket buffers in some cases.
DCHANGES296 of readpages by eliminating one extra memcpy. Allow update of file size
/fs/ext4/
Dext4.h748 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/
Dmds_client.c1252 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/
DChangeLog242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c