Searched refs:smb2_set_sparse (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | smb2ops.c | 1756 static bool smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon,  in smb2_set_sparse()  function1819 		smb2_set_sparse(xid, tcon, cfile, inode, set_sparse);  in smb2_set_file_size()
 2994 	if (!smb2_set_sparse(xid, tcon, cfile, inode, set_sparse)) {  in smb3_punch_hole()
 3082 		smb2_set_sparse(xid, tcon, cfile, inode, false);  in smb3_simple_falloc()
 3085 		smb2_set_sparse(xid, tcon, cfile, inode, false);  in smb3_simple_falloc()
 
 |