Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_bitmap.c22 __check_eq_uint(const char *srcfile, unsigned int line, in __check_eq_uint() argument
27 srcfile, line, exp_uint, x); in __check_eq_uint()
35 __check_eq_bitmap(const char *srcfile, unsigned int line, in __check_eq_bitmap() argument
41 srcfile, line, in __check_eq_bitmap()
49 __check_eq_pbl(const char *srcfile, unsigned int line, in __check_eq_pbl() argument
56 srcfile, line, in __check_eq_pbl()
64 __check_eq_u32_array(const char *srcfile, unsigned int line,
68 __check_eq_u32_array(const char *srcfile, unsigned int line, in __check_eq_u32_array() argument
74 srcfile, line, in __check_eq_u32_array()
80 pr_warn("[%s:%u] array contents differ\n", srcfile, line); in __check_eq_u32_array()
/linux-4.19.296/fs/cifs/
Dsmb2ops.c1137 struct cifsFileInfo *srcfile, in smb2_copychunk_range() argument
1165 rc = SMB2_request_res_key(xid, tlink_tcon(srcfile->tlink), in smb2_copychunk_range()
1166 srcfile->fid.persistent_fid, in smb2_copychunk_range()
1167 srcfile->fid.volatile_fid, pcchunk); in smb2_copychunk_range()
1394 struct cifsFileInfo *srcfile, in smb2_duplicate_extents() argument
1408 dup_ext_buf.VolatileFileHandle = srcfile->fid.volatile_fid; in smb2_duplicate_extents()
1409 dup_ext_buf.PersistentFileHandle = srcfile->fid.persistent_fid; in smb2_duplicate_extents()