Home
last modified time | relevance | path

Searched refs:smb3_zero_range (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c3374 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 Dsmb2ops.c3325 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