Searched refs:vfs_fallocate (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | open.c | 229 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()
|
D | ioctl.c | 294 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/ |
D | format.c | 146 result = vfs_fallocate(bfc->bc_file, 0, new_last_byte_offset, 1); in append_zeros()
|
/fs/overlayfs/ |
D | file.c | 516 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
/fs/ksmbd/ |
D | vfs.c | 980 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data() 984 return vfs_fallocate(fp->filp, in ksmbd_vfs_zero_data()
|
D | smb2pdu.c | 3280 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/ |
D | vfs.c | 593 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/fs/fuse/ |
D | backing.c | 1070 return vfs_fallocate(ff->backing_file, ffi->mode, ffi->offset, in fuse_file_fallocate_backing()
|