Searched refs:set_sparse (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 1984 __u8 set_sparse = 1; in smb2_set_file_size() local 1987 smb2_set_sparse(xid, tcon, cfile, inode, set_sparse); in smb2_set_file_size() 3451 __u8 set_sparse = 1; in smb3_punch_hole() local 3458 if (!smb2_set_sparse(xid, tcon, cfile, inode, set_sparse)) { in smb3_punch_hole() 3710 * or end of the file non-sparse via set_sparse is harmless. in smb3_simple_falloc()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 1944 __u8 set_sparse = 1; in smb2_set_file_size() local 1947 smb2_set_sparse(xid, tcon, cfile, inode, set_sparse); in smb2_set_file_size() 3395 __u8 set_sparse = 1; in smb3_punch_hole() local 3402 if (!smb2_set_sparse(xid, tcon, cfile, inode, set_sparse)) { in smb3_punch_hole() 3656 * or end of the file non-sparse via set_sparse is harmless. in smb3_simple_falloc()
|
Completed in 13 milliseconds