| /fs/ntfs/ |
| D | runlist.c | 20 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm() 33 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() 141 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable() 175 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge() 204 static inline runlist_element *ntfs_rl_append(runlist_element *dst, in ntfs_rl_append() 271 static inline runlist_element *ntfs_rl_insert(runlist_element *dst, in ntfs_rl_insert() 367 static inline runlist_element *ntfs_rl_replace(runlist_element *dst, in ntfs_rl_replace() 456 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, in ntfs_rl_split() 1238 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes() 1309 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
|
| /fs/hfs/ |
| D | trans.c | 38 char *dst; in hfs_mac2asc() local 102 char *dst; in hfs_asc2mac() local
|
| D | bnode.c | 98 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 117 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /fs/erofs/ |
| D | decompressor.c | 192 static void copy_from_pcpubuf(struct page **out, const char *dst, in copy_from_pcpubuf() 226 void *dst; in z_erofs_decompress_generic() local 296 unsigned char *src, *dst; in z_erofs_shifted_transform() local
|
| /fs/xfs/ |
| D | xfs_qm_syscalls.c | 615 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc() 677 struct qc_dqblk *dst) in xfs_qm_scall_getquota() 715 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
|
| D | xfs_trans_priv.h | 133 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn() 145 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn()
|
| D | xfs_icache.h | 87 struct xfs_eofblocks *dst) in xfs_fs_eofblocks_from_user()
|
| /fs/quota/ |
| D | quota.c | 185 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk() 249 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk() 486 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk() 536 static void copy_qcinfo_from_xfs_dqblk(struct qc_info *dst, in copy_qcinfo_from_xfs_dqblk() 593 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk()
|
| /fs/nfs/ |
| D | nfs42proc.c | 137 struct file *dst, in handle_async_copy() 196 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() 222 struct file *dst, in _nfs42_proc_copy() 307 struct file *dst, loff_t pos_dst, in nfs42_proc_copy() 416 static int nfs42_do_offload_cancel_async(struct file *dst, in nfs42_do_offload_cancel_async()
|
| D | pnfs.h | 557 pnfs_use_threshold(struct nfs4_threshold **dst, struct nfs4_threshold *src, in pnfs_use_threshold() 581 pnfs_copy_range(struct pnfs_layout_range *dst, in pnfs_copy_range() 786 pnfs_use_threshold(struct nfs4_threshold **dst, struct nfs4_threshold *src, in pnfs_use_threshold() 801 static inline bool nfs4_layout_refresh_old_stateid(nfs4_stateid *dst, in nfs4_layout_refresh_old_stateid()
|
| D | pnfs_nfs.c | 97 struct list_head *dst = &bucket->committing; in pnfs_generic_scan_ds_commit_list() local 135 void pnfs_generic_recover_commit_reqs(struct list_head *dst, in pnfs_generic_recover_commit_reqs()
|
| /fs/ |
| D | stack.c | 11 void fsstack_copy_inode_size(struct inode *dst, struct inode *src) in fsstack_copy_inode_size()
|
| /fs/xfs/libxfs/ |
| D | xfs_attr_remote.c | 268 uint8_t **dst) in xfs_attr_rmtval_copyout() 318 char *dst = bp->b_addr; in xfs_attr_rmtval_copyin() local 372 uint8_t *dst = args->value; in xfs_attr_rmtval_get() local
|
| /fs/cramfs/ |
| D | uncompress.c | 31 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
|
| /fs/ecryptfs/ |
| D | crypto.c | 39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() 52 char *src, int len, char *dst) in ecryptfs_hash_digest() 73 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() 129 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() local 652 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv() local 1772 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() 1848 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename()
|
| /fs/crypto/ |
| D | fname.c | 139 static int base64_encode(const u8 *src, int len, char *dst) in base64_encode() 158 static int base64_decode(const char *src, int len, u8 *dst) in base64_decode()
|
| /fs/cifs/ |
| D | netmisc.c | 126 cifs_inet_pton(const int address_family, const char *cp, int len, void *dst) in cifs_inet_pton() 152 cifs_convert_address(struct sockaddr *dst, const char *src, int len) in cifs_convert_address()
|
| D | cifs_unicode.c | 352 char *dst; in cifs_strndup_from_utf16() local 620 __le16 *dst; in cifs_strndup_to_utf16() local
|
| D | cache.c | 66 char *delim, *dst; in extract_sharename() local
|
| /fs/dlm/ |
| D | midcomms.c | 32 static void copy_from_cb(void *dst, const void *base, unsigned offset, in copy_from_cb()
|
| /fs/nfsd/ |
| D | nfsfh.h | 170 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy() 179 fh_copy_shallow(struct knfsd_fh *dst, struct knfsd_fh *src) in fh_copy_shallow()
|
| /fs/hfsplus/ |
| D | bnode.c | 127 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /fs/btrfs/ |
| D | qgroup.c | 534 u64 dst) in add_qgroup_relation_item() 558 u64 dst) in del_qgroup_relation_item() 1217 struct ulist *tmp, u64 src, u64 dst, in quick_update_accounting() 1243 u64 dst) in btrfs_add_qgroup_relation() 1307 u64 dst) in __del_qgroup_relation() 1370 u64 dst) in btrfs_del_qgroup_relation() 2785 struct btrfs_qgroup *dst; in btrfs_qgroup_inherit() local 2803 struct btrfs_qgroup *dst; in btrfs_qgroup_inherit() local
|
| /fs/incfs/ |
| D | data_mgmt.c | 207 static ssize_t decompress(struct mem_range src, struct mem_range dst) in decompress() 626 ssize_t incfs_read_data_file_block(struct mem_range dst, struct data_file *df, in incfs_read_data_file_block() 753 int incfs_read_file_signature(struct data_file *df, struct mem_range dst) in incfs_read_file_signature()
|
| /fs/efs/ |
| D | inode.c | 30 static inline void extent_copy(efs_extent *src, efs_extent *dst) { in extent_copy()
|