Home
last modified time | relevance | path

Searched refs:vfs_fallocate (Results 1 – 8 of 8) sorted by relevance

/fs/
Dopen.c229 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
324 EXPORT_SYMBOL_GPL(vfs_fallocate);
332 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
Dioctl.c294 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
323 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
/fs/incfs/
Dformat.c146 result = vfs_fallocate(bfc->bc_file, 0, new_last_byte_offset, 1); in append_zeros()
/fs/overlayfs/
Dfile.c516 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
/fs/ksmbd/
Dvfs.c980 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
984 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
Dsmb2pdu.c3280 err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in smb2_open()
5772 rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0, in set_file_allocation_info()
/fs/nfsd/
Dvfs.c593 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/fs/fuse/
Dbacking.c1070 return vfs_fallocate(ff->backing_file, ffi->mode, ffi->offset, in fuse_file_fallocate_backing()