/fs/squashfs/ |
D | cache.c | 67 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get() 295 int offset, int length) in squashfs_copy_data() 333 u64 *block, int *offset, int length) in squashfs_read_metadata() 371 u64 start_block, int length) in squashfs_get_fragment() 386 u64 start_block, int length) in squashfs_get_datablock() 398 int length) in squashfs_read_table()
|
D | block.c | 47 u64 *cur_index, int *offset, int *length) in get_block_length() 83 int length, u64 *next_index, int srclength, int pages) in squashfs_read_data()
|
D | dir.c | 57 int err, i, index, length = 0; in get_dir_index_using_offset() local 109 int offset = squashfs_i(inode)->offset, length = 0, dir_count, size, in squashfs_readdir() local
|
D | namei.c | 81 int i, size, length = 0, err; in get_dir_index_using_name() local 146 int err, length = 0, dir_count, size; in squashfs_lookup() local
|
D | symlink.c | 54 int length = min_t(int, i_size_read(inode) - index, PAGE_CACHE_SIZE); in squashfs_symlink_readpage() local
|
D | id.c | 73 unsigned int length = SQUASHFS_ID_BLOCK_BYTES(no_ids); in squashfs_read_id_index_table() local
|
D | fragment.c | 78 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); in squashfs_read_fragment_index_table() local
|
/fs/ncpfs/ |
D | symlink.c | 46 int error, length, len; in ncp_symlink_readpage() local 110 int length, err, i, outlen; in ncp_symlink() local
|
/fs/ntfs/ |
D | runlist.c | 1158 s64 delta, length = rl->length; in ntfs_get_size_for_mapping_pairs() local 1195 s64 length = rl->length; in ntfs_get_size_for_mapping_pairs() local 1360 s64 delta, length = rl->length; in ntfs_mapping_pairs_build() local 1413 s64 length = rl->length; in ntfs_mapping_pairs_build() local 1645 const VCN start, const s64 length) in ntfs_rl_punch_nolock()
|
D | runlist.h | 45 s64 length; /* Run length in clusters. */ member
|
/fs/btrfs/ |
D | crc32c.h | 27 #define btrfs_crc32c(seed, data, length) crc32c(seed, data, length) argument
|
/fs/gfs2/ |
D | rgrp.c | 256 u32 length = rgd->rd_length; in gfs2_rgrp_verify() local 421 u32 length = rgd->rd_length; /* # blocks in hdr & bitmap */ in compute_bitstructs() local 734 unsigned int length = rgd->rd_length; in gfs2_rgrp_bh_get() local 814 int x, length = rgd->rd_length; in gfs2_rgrp_bh_put() local 837 unsigned int length = rgd->rd_length; in gfs2_rgrp_repolish_clones() local 1206 u32 length, rgrp_block, buf_block; in gfs2_get_block_type() local 1255 const u32 length = rgd->rd_length; in rgblk_search() local 1334 u32 length, rgrp_blk, buf_blk; in rgblk_free() local
|
/fs/coda/ |
D | upcall.c | 130 const char *name, int length, int * type, in venus_lookup() 201 const char *name, int length, in venus_mkdir() 269 const char *name, int length, int excl, int mode, in venus_create() 302 const char *name, int length) in venus_rmdir() 325 const char *name, int length) in venus_remove() 347 char *buffer, int *length) in venus_readlink()
|
D | coda_linux.c | 38 int coda_iscontrol(const char *name, size_t length) in coda_iscontrol()
|
/fs/jffs2/ |
D | xattr.c | 204 uint32_t crc, length; in do_load_xattr_datum() local 284 size_t length; in save_xattr_datum() local 503 size_t length; in save_xattr_ref() local 1081 uint32_t length, request; in do_jffs2_setxattr() local 1202 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_datum() local 1238 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_ref() local
|
/fs/udf/ |
D | misc.c | 265 void udf_update_tag(char *data, int length) in udf_update_tag() 276 uint32_t loc, int length) in udf_new_tag()
|
D | unicode.c | 176 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) in udf_UTF8toCS0() 291 int length) in udf_NLStoCS0()
|
/fs/xfs/ |
D | xfs_dir2_data.h | 69 __be16 length; /* length of freespace */ member 101 __be16 length; /* total free length */ member
|
/fs/ |
D | open.c | 198 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() 224 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() 290 SYSCALL_DEFINE2(truncate, const char __user *, path, unsigned long, length) in SYSCALL_DEFINE2() argument 296 static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) in do_sys_ftruncate() 342 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) in SYSCALL_DEFINE2() argument 357 asmlinkage long SyS_truncate64(long path, loff_t length) in SyS_truncate64() 372 asmlinkage long SyS_ftruncate64(long fd, loff_t length) in SyS_ftruncate64()
|
D | drop_caches.c | 66 struct file *file, void __user *buffer, size_t *length, loff_t *ppos) in drop_caches_sysctl_handler()
|
/fs/configfs/ |
D | symlink.c | 48 int length = 1; in item_path_length() local 56 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path()
|
/fs/ext4/ |
D | file.c | 66 size_t length = iov_length(iov, nr_segs); in ext4_file_write() local
|
/fs/jfs/ |
D | jfs_unicode.c | 118 int length = dentry->d_name.len; in get_UCSname() local
|
/fs/xfs/linux-2.6/ |
D | xfs_iops.c | 148 size_t length; in xfs_init_security() local 673 u64 logical, physical, length; in xfs_fiemap_format() local 707 u64 length) in xfs_vn_fiemap()
|
/fs/xfs/support/ |
D | debug.c | 112 xfs_hex_dump(void *p, int length) in xfs_hex_dump()
|