| /fs/ntfs/ |
| D | runlist.c | 34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm() 47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() 155 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable() 189 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge() 218 static inline runlist_element *ntfs_rl_append(runlist_element *dst, in ntfs_rl_append() 285 static inline runlist_element *ntfs_rl_insert(runlist_element *dst, in ntfs_rl_insert() 381 static inline runlist_element *ntfs_rl_replace(runlist_element *dst, in ntfs_rl_replace() 470 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, in ntfs_rl_split() 1252 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes() 1323 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 | 97 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /fs/quota/ |
| D | quota.c | 189 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk() 253 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk() 504 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk() 554 static void copy_qcinfo_from_xfs_dqblk(struct qc_info *dst, in copy_qcinfo_from_xfs_dqblk() 611 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk()
|
| /fs/xfs/ |
| D | xfs_trans_priv.h | 148 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn() 160 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn()
|
| D | uuid.h | 30 uuid_copy(uuid_t *dst, uuid_t *src) in uuid_copy()
|
| D | xfs_icache.h | 97 struct xfs_eofblocks *dst) in xfs_fs_eofblocks_from_user()
|
| D | xfs_qm_syscalls.c | 631 struct qc_dqblk *dst, in xfs_qm_scall_getquota()
|
| /fs/xfs/libxfs/ |
| D | xfs_attr_remote.c | 256 __uint8_t **dst) in xfs_attr_rmtval_copyout() 306 char *dst = bp->b_addr; in xfs_attr_rmtval_copyin() local 358 __uint8_t *dst = args->value; in xfs_attr_rmtval_get() local
|
| /fs/ecryptfs/ |
| D | crypto.c | 51 void ecryptfs_to_hex(char *dst, char *src, size_t src_size) in ecryptfs_to_hex() 66 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() 79 char *src, int len, char *dst) in ecryptfs_hash_digest() 101 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() 157 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() local 679 char dst[MD5_DIGEST_SIZE]; in ecryptfs_compute_root_iv() local 1801 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() 1877 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename()
|
| /fs/ |
| D | stack.c | 10 void fsstack_copy_inode_size(struct inode *dst, struct inode *src) in fsstack_copy_inode_size()
|
| /fs/crypto/ |
| D | fname.c | 149 static int digest_encode(const char *src, int len, char *dst) in digest_encode() 169 static int digest_decode(const char *src, int len, char *dst) in digest_decode()
|
| /fs/cramfs/ |
| D | uncompress.c | 30 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
|
| /fs/cifs/ |
| D | netmisc.c | 143 cifs_inet_pton(const int address_family, const char *cp, int len, void *dst) in cifs_inet_pton() 169 cifs_convert_address(struct sockaddr *dst, const char *src, int len) in cifs_convert_address()
|
| D | cifs_unicode.c | 364 char *dst; in cifs_strndup_from_utf16() local 629 __le16 *dst; in cifs_strndup_to_utf16() local
|
| /fs/btrfs/ |
| D | qgroup.c | 508 u64 src, u64 dst) in add_qgroup_relation_item() 532 u64 src, u64 dst) in del_qgroup_relation_item() 1113 struct ulist *tmp, u64 src, u64 dst, in quick_update_accounting() 1139 struct btrfs_fs_info *fs_info, u64 src, u64 dst) in btrfs_add_qgroup_relation() 1202 struct btrfs_fs_info *fs_info, u64 src, u64 dst) in __del_qgroup_relation() 1252 struct btrfs_fs_info *fs_info, u64 src, u64 dst) in btrfs_del_qgroup_relation() 2047 struct btrfs_qgroup *dst; in btrfs_qgroup_inherit() local 2065 struct btrfs_qgroup *dst; in btrfs_qgroup_inherit() local
|
| D | file-item.c | 164 u64 logical_offset, u32 *dst, int dio) in __btrfs_lookup_bio_sums() 316 struct bio *bio, u32 *dst) in btrfs_lookup_bio_sums()
|
| /fs/dlm/ |
| D | midcomms.c | 34 static void copy_from_cb(void *dst, const void *base, unsigned offset, in copy_from_cb()
|
| /fs/nfsd/ |
| D | nfsfh.h | 168 fh_copy(struct svc_fh *dst, struct svc_fh *src) in fh_copy() 177 fh_copy_shallow(struct knfsd_fh *dst, struct knfsd_fh *src) in fh_copy_shallow()
|
| /fs/nfs/ |
| D | pnfs_nfs.c | 91 pnfs_generic_transfer_commit_list(struct list_head *src, struct list_head *dst, in pnfs_generic_transfer_commit_list() 119 struct list_head *dst = &bucket->committing; in pnfs_generic_scan_ds_commit_list() local 157 void pnfs_generic_recover_commit_reqs(struct list_head *dst, in pnfs_generic_recover_commit_reqs()
|
| D | nfs42proc.c | 133 struct file *dst, in _nfs42_proc_copy() 189 struct file *dst, loff_t pos_dst, in nfs42_proc_copy()
|
| D | nfs4_fs.h | 517 static inline void nfs4_stateid_copy(nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_copy() 523 static inline bool nfs4_stateid_match(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match() 530 static inline bool nfs4_stateid_match_other(const nfs4_stateid *dst, const nfs4_stateid *src) in nfs4_stateid_match_other()
|
| D | nfs4state.c | 908 static void nfs4_fl_copy_lock(struct file_lock *dst, struct file_lock *src) in nfs4_fl_copy_lock() 940 static int nfs4_copy_lock_stateid(nfs4_stateid *dst, in nfs4_copy_lock_stateid() 970 static void nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state) in nfs4_copy_open_stateid() 990 nfs4_stateid *dst, struct rpc_cred **cred) in nfs4_select_rw_stateid()
|
| /fs/hfsplus/ |
| D | bnode.c | 126 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() 186 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
|
| /fs/efs/ |
| D | inode.c | 29 static inline void extent_copy(efs_extent *src, efs_extent *dst) { in extent_copy()
|