Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 85) sorted by relevance

1234

/fs/
Dstack.c10 void fsstack_copy_inode_size(struct inode *dst, struct inode *src) in fsstack_copy_inode_size()
63 void fsstack_copy_attr_all(struct inode *dest, const struct inode *src) in fsstack_copy_attr_all()
/fs/ntfs/
Drunlist.c34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm()
48 runlist_element *srcbase, int src, int size) in ntfs_rl_mc()
156 runlist_element *src) in ntfs_are_rl_mergeable()
189 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge()
219 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_append()
286 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_insert()
382 int dsize, runlist_element *src, int ssize, int loc) in ntfs_rl_replace()
471 runlist_element *src, int ssize, int loc) in ntfs_rl_split()
/fs/proc/
Dpage.c33 unsigned long src = *ppos; in kpagecount_read() local
205 unsigned long src = *ppos; in kpageflags_read() local
249 unsigned long src = *ppos; in kpagecgroup_read() local
/fs/hfs/
Dtrans.c37 const char *src; in hfs_mac2asc() local
101 const char *src; in hfs_asc2mac() local
Dbnode.c98 struct hfs_bnode *src_node, int src, int len) in hfs_bnode_copy()
118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
/fs/nfs/
Dnfsroot.c157 static int __init root_nfs_copy(char *dest, const char *src, in root_nfs_copy()
165 static int __init root_nfs_cat(char *dest, const char *src, in root_nfs_cat()
Dnfs42proc.c131 static ssize_t _nfs42_proc_copy(struct file *src, in _nfs42_proc_copy()
188 ssize_t nfs42_proc_copy(struct file *src, loff_t pos_src, in nfs42_proc_copy()
/fs/quota/
Dquota.c189 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()
555 struct fs_disk_quota *src) 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/
Dxfs_trans_priv.h149 xfs_lsn_t *src) in xfs_trans_ail_copy_lsn()
161 xfs_lsn_t *src) in xfs_trans_ail_copy_lsn()
Duuid.h30 uuid_copy(uuid_t *dst, uuid_t *src) in uuid_copy()
Dxfs_icache.h96 struct xfs_fs_eofblocks *src, in xfs_fs_eofblocks_from_user()
Dxfs_reflink.c961 struct xfs_inode *src, in xfs_reflink_set_inode_flag()
1227 struct xfs_inode *src, in xfs_reflink_remap_blocks()
1314 struct inode *src, in xfs_compare_extents()
1401 struct xfs_inode *src = XFS_I(inode_in); in xfs_reflink_remap_range() local
/fs/xfs/libxfs/
Dxfs_attr_remote.c258 char *src = bp->b_addr; in xfs_attr_rmtval_copyout() local
304 __uint8_t **src) in xfs_attr_rmtval_copyin()
424 __uint8_t *src = args->value; in xfs_attr_rmtval_set() local
/fs/reiserfs/
Dlbalance.c135 struct buffer_head *src, int last_first, in leaf_copy_boundary_item()
311 struct buffer_head *src, int last_first, in leaf_copy_items_entirely()
415 struct buffer_head *src, int last_first, in leaf_item_bottle()
521 static int leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src, in leaf_copy_items()
Dibalance.c299 struct buffer_head *src, in internal_copy_pointers_items()
432 struct buffer_head *src, int src_position) in internal_insert_key()
/fs/crypto/
Dfname.c149 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/
Duncompress.c30 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
/fs/ecryptfs/
Dcrypto.c51 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()
103 char *src, int len) in ecryptfs_calculate_md5()
158 char src[ECRYPTFS_MAX_IV_BYTES + 16]; in ecryptfs_derive_iv() local
1802 unsigned char *src, size_t src_size) in ecryptfs_encode_for_filename()
1878 const unsigned char *src, size_t src_size) in ecryptfs_decode_from_filename()
/fs/btrfs/
Dqgroup.c508 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()
2046 struct btrfs_qgroup *src; in btrfs_qgroup_inherit() local
2064 struct btrfs_qgroup *src; in btrfs_qgroup_inherit() local
Drcu-string.h24 static inline struct rcu_string *rcu_string_strdup(const char *src, gfp_t mask) in rcu_string_strdup()
/fs/cifs/
Dcifs_unicode.c360 cifs_strndup_from_utf16(const char *src, const int maxlen, in cifs_strndup_from_utf16()
625 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16()
/fs/nfsd/
Dnfsfh.h168 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/udf/
Dudftime.c88 udf_disk_stamp_to_time(struct timespec *dest, struct timestamp src) in udf_disk_stamp_to_time()
/fs/hfsplus/
Dbnode.c127 struct hfs_bnode *src_node, int src, int len) 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/
Dinode.c29 static inline void extent_copy(efs_extent *src, efs_extent *dst) { in extent_copy()

1234