Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 3 of 3) sorted by relevance

/fs/bcachefs/
A Dutil.h492 static inline void __memmove_u64s_up_small(void *_dst, const void *_src, in __memmove_u64s_up_small() argument
495 u64 *dst = (u64 *) _dst + u64s; in __memmove_u64s_up_small()
510 static inline void __memmove_u64s_up(void *_dst, const void *_src, in __memmove_u64s_up() argument
513 u64 *dst = (u64 *) _dst + u64s - 1; in __memmove_u64s_up()
735 static inline void memcpy_swab(void *_dst, void *_src, size_t len) in memcpy_swab() argument
737 u8 *dst = _dst + len; in memcpy_swab()
A Dio_write.c984 struct bio **_dst) in bch2_write_extent() argument
1187 *_dst = dst; in bch2_write_extent()
/fs/
A Dreaddir.c76 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
77 char __user *dst = (_dst); \

Completed in 21 milliseconds