Home
last modified time | relevance | path

Searched refs:s_copy (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/
H A Dconfigfs.c113 static int usb_string_copy(const char *s, char **s_copy) in usb_string_copy() argument
117 char *copy = *s_copy; in usb_string_copy()
135 *s_copy = str; in usb_string_copy()
/linux/fs/ext4/
H A Dxattr.c1903 struct ext4_xattr_search s_copy = bs->s; in ext4_xattr_block_set() local
1904 struct ext4_xattr_search *s = &s_copy; in ext4_xattr_block_set()