| /fs/xfs/libxfs/ |
| D | xfs_cksum.h | 14 xfs_start_cksum_safe(char *buffer, size_t length, unsigned long cksum_offset) in xfs_start_cksum_safe() 35 xfs_start_cksum_update(char *buffer, size_t length, unsigned long cksum_offset) in xfs_start_cksum_update() 64 xfs_update_cksum(char *buffer, size_t length, unsigned long cksum_offset) in xfs_update_cksum() 75 xfs_verify_cksum(char *buffer, size_t length, unsigned long cksum_offset) in xfs_verify_cksum()
|
| /fs/squashfs/ |
| D | cache.c | 66 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get() 307 int offset, int length) in squashfs_copy_data() 345 u64 *block, int *offset, int length) in squashfs_read_metadata() 393 u64 start_block, int length) in squashfs_get_fragment() 408 u64 start_block, int length) in squashfs_get_datablock() 419 void *squashfs_read_table(struct super_block *sb, u64 block, int length) in squashfs_read_table()
|
| D | page_actor.h | 15 int length; member 20 int pages, int length) in squashfs_page_actor_init() 61 int length; member
|
| D | page_actor.c | 44 int pages, int length) in squashfs_page_actor_init() 84 int pages, int length) in squashfs_page_actor_init_special()
|
| D | block.c | 47 u64 *cur_index, int *offset, int *length) in get_block_length() 91 int squashfs_read_data(struct super_block *sb, u64 index, int length, in squashfs_read_data()
|
| D | dir.c | 56 int err, i, index, length = 0; in get_dir_index_using_offset() local 115 int offset = squashfs_i(inode)->offset, length, err; in squashfs_readdir() local
|
| D | namei.c | 82 int i, length = 0, err; in get_dir_index_using_name() local 150 int err, length; in squashfs_lookup() local
|
| D | symlink.c | 54 int length = min_t(int, i_size_read(inode) - index, PAGE_SIZE); in squashfs_symlink_readpage() local
|
| D | id.c | 71 unsigned int length = SQUASHFS_ID_BLOCK_BYTES(no_ids); in squashfs_read_id_index_table() local
|
| D | fragment.c | 79 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); in squashfs_read_fragment_index_table() local
|
| /fs/ |
| D | iomap.c | 45 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() 153 iomap_write_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_write_actor() 269 iomap_dirty_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_dirty_actor() 430 iomap_page_mkwrite_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_page_mkwrite_actor() 448 unsigned long length; in iomap_page_mkwrite() local 521 iomap_fiemap_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_fiemap_actor() 588 iomap_seek_hole_actor(struct inode *inode, loff_t offset, loff_t length, in iomap_seek_hole_actor() 610 loff_t length = size - offset; in iomap_seek_hole() local 634 iomap_seek_data_actor(struct inode *inode, loff_t offset, loff_t length, in iomap_seek_data_actor() 656 loff_t length = size - offset; in iomap_seek_data() local [all …]
|
| D | open.c | 37 int do_truncate2(struct vfsmount *mnt, struct dentry *dentry, loff_t length, in do_truncate2() 67 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() 73 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() 138 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() 160 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument 166 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument 172 static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) in do_sys_ftruncate() 222 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) in SYSCALL_DEFINE2() argument 228 COMPAT_SYSCALL_DEFINE2(ftruncate, unsigned int, fd, compat_ulong_t, length) in COMPAT_SYSCALL_DEFINE2() argument 236 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) in SYSCALL_DEFINE2() argument [all …]
|
| D | drop_caches.c | 50 void __user *buffer, size_t *length, loff_t *ppos) in drop_caches_sysctl_handler()
|
| /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()
|
| /fs/jffs2/ |
| D | xattr.c | 209 uint32_t crc, length; in do_load_xattr_datum() local 289 size_t length; in save_xattr_datum() local 510 size_t length; in save_xattr_ref() local 1101 uint32_t length, request; in do_jffs2_setxattr() local 1222 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_datum() local 1258 uint32_t totlen, length, old_ofs; in jffs2_garbage_collect_xattr_ref() local
|
| /fs/coda/ |
| D | upcall.c | 131 const char *name, int length, int * type, in venus_lookup() 202 const char *name, int length, in venus_mkdir() 270 const char *name, int length, int excl, int mode, in venus_create() 303 const char *name, int length) in venus_rmdir() 326 const char *name, int length) in venus_remove() 348 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/xfs/ |
| D | xfs_pnfs.c | 86 u64 length, in xfs_fs_map_blocks() 256 u64 start, length, end; in xfs_fs_commit_blocks() local
|
| D | xfs_iomap.c | 971 loff_t length, in xfs_file_iomap_begin() 1103 loff_t length, in xfs_file_iomap_end_delalloc() 1163 loff_t length, in xfs_file_iomap_end() 1183 loff_t length, in xfs_xattr_iomap_begin()
|
| /fs/udf/ |
| D | misc.c | 266 void udf_update_tag(char *data, int length) in udf_update_tag() 277 uint32_t loc, int length) in udf_new_tag()
|
| /fs/configfs/ |
| D | symlink.c | 49 int length = 1; in item_path_length() local 57 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path()
|
| /fs/btrfs/ |
| D | hash.c | 37 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length) in btrfs_crc32c()
|
| /fs/nfs/ |
| D | nfs2xdr.c | 398 const char *name, u32 length) in encode_filename() 408 const char **name, u32 *length) in decode_filename_inline() 438 static void encode_path(struct xdr_stream *xdr, struct page **pages, u32 length) in encode_path() 449 u32 length, recvd; in decode_path() local 514 const char *name, u32 length) in encode_diropargs()
|
| /fs/lockd/ |
| D | clnt4xdr.c | 120 const u8 *data, const unsigned int length) in encode_netobj() 153 u32 length; in decode_cookie() local 322 u32 length = strlen(name); in encode_caller_name() local
|