Searched refs:smb3_zero_range (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 3374 static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, in smb3_zero_range() function 3900 return smb3_zero_range(file, tcon, off, len, true); in smb3_fallocate() 3901 return smb3_zero_range(file, tcon, off, len, false); in smb3_fallocate()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 3325 static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, in smb3_zero_range() function 3953 return smb3_zero_range(file, tcon, off, len, true); in smb3_fallocate() 3954 return smb3_zero_range(file, tcon, off, len, false); in smb3_fallocate()
|
Completed in 14 milliseconds