Home
last modified time | relevance | path

Searched refs:fallocate (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifsfs.c216 if (server->ops->fallocate) in cifs_fallocate()
217 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate()
930 .fallocate = cifs_fallocate,
946 .fallocate = cifs_fallocate,
963 .fallocate = cifs_fallocate,
978 .fallocate = cifs_fallocate,
993 .fallocate = cifs_fallocate,
1009 .fallocate = cifs_fallocate,
Dsmb2ops.c1707 .fallocate = smb3_fallocate,
1794 .fallocate = smb3_fallocate,
Dcifsglob.h418 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
/linux-4.4.14/tools/testing/selftests/memfd/
Dmemfd_test.c315 r = fallocate(fd, in mfd_assert_write()
379 r = fallocate(fd, in mfd_fail_write()
436 r = fallocate(fd, in mfd_assert_grow()
458 r = fallocate(fd, in mfd_fail_grow()
/linux-4.4.14/arch/tile/kernel/
Dcompat.c68 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c1015 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument
1021 &fallocate->falloc_stateid, in nfsd4_fallocate()
1029 fallocate->falloc_offset, in nfsd4_fallocate()
1030 fallocate->falloc_length, in nfsd4_fallocate()
1038 struct nfsd4_fallocate *fallocate) in nfsd4_allocate() argument
1040 return nfsd4_fallocate(rqstp, cstate, fallocate, 0); in nfsd4_allocate()
1045 struct nfsd4_fallocate *fallocate) in nfsd4_deallocate() argument
1047 return nfsd4_fallocate(rqstp, cstate, fallocate, in nfsd4_deallocate()
Dnfs4xdr.c1664 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate() argument
1668 status = nfsd4_decode_stateid(argp, &fallocate->falloc_stateid); in nfsd4_decode_fallocate()
1673 p = xdr_decode_hyper(p, &fallocate->falloc_offset); in nfsd4_decode_fallocate()
1674 xdr_decode_hyper(p, &fallocate->falloc_length); in nfsd4_decode_fallocate()
/linux-4.4.14/ipc/
Dshm.c461 if (!sfd->file->f_op->fallocate) in shm_fallocate()
463 return sfd->file->f_op->fallocate(file, mode, offset, len); in shm_fallocate()
483 .fallocate = shm_fallocate,
492 .fallocate = shm_fallocate,
/linux-4.4.14/fs/
Dopen.c299 if (!file->f_op->fallocate) in vfs_fallocate()
303 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate()
320 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
/linux-4.4.14/drivers/target/
Dtarget_core_file.c497 if (!file->f_op->fallocate) in fd_execute_unmap()
500 ret = file->f_op->fallocate(file, mode, pos, len); in fd_execute_unmap()
/linux-4.4.14/fs/nfs/
Dnfs4file.c344 .fallocate = nfs42_fallocate,
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO64 p) Add support for new vfs entry point for fallocate
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S403 ENTRY_OURS(fallocate) /* 305 */
/linux-4.4.14/fs/gfs2/
Dfile.c1120 .fallocate = gfs2_fallocate,
1148 .fallocate = gfs2_fallocate,
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h316 COMPAT_SYS(fallocate)
/linux-4.4.14/drivers/block/
Dloop.c426 if ((!file->f_op->fallocate) || lo->lo_encrypt_key_size) { in lo_discard()
431 ret = file->f_op->fallocate(file, mode, pos, blk_rq_bytes(rq)); in lo_discard()
835 if ((!file->f_op->fallocate) || in loop_config_discard()
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl294 285 common fallocate sys_fallocate
Dsyscall_32.tbl333 324 i386 fallocate sys_fallocate sys32_fallocate
/linux-4.4.14/fs/ext4/
Dfile.c758 .fallocate = ext4_fallocate,
/linux-4.4.14/fs/ocfs2/
Dfile.c2627 .fallocate = ocfs2_fallocate,
2672 .fallocate = ocfs2_fallocate,
/linux-4.4.14/fs/xfs/
Dxfs_file.c1671 .fallocate = xfs_file_fallocate,
/linux-4.4.14/fs/hugetlbfs/
Dinode.c972 .fallocate = hugetlbfs_fallocate,
/linux-4.4.14/fs/ceph/
Dfile.c1440 .fallocate = ceph_fallocate,
/linux-4.4.14/Documentation/filesystems/
Dporting389 In ->fallocate() you must check the mode option passed in. If your
DLocking464 long (*fallocate)(struct file *, int, loff_t, loff_t);
Dvfs.txt831 long (*fallocate)(struct file *file, int mode, loff_t offset,
903 fallocate: called by the VFS to preallocate blocks or punch a hole.
/linux-4.4.14/fs/fuse/
Dfile.c2971 .fallocate = fuse_file_fallocate,
2988 .fallocate = fuse_file_fallocate,
/linux-4.4.14/fs/f2fs/
Dfile.c1724 .fallocate = f2fs_fallocate,
/linux-4.4.14/include/linux/
Dfs.h1636 long (*fallocate)(struct file *file, int mode, loff_t offset, member
/linux-4.4.14/fs/btrfs/
Dfile.c2932 .fallocate = btrfs_fallocate,
/linux-4.4.14/mm/
Dshmem.c3136 .fallocate = shmem_fallocate,