Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsfs.c216 if (server->ops->fallocate) in cifs_fallocate()
217 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate()
925 .fallocate = cifs_fallocate,
943 .fallocate = cifs_fallocate,
962 .fallocate = cifs_fallocate,
979 .fallocate = cifs_fallocate,
996 .fallocate = cifs_fallocate,
1014 .fallocate = cifs_fallocate,
Dcifsglob.h409 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
Dsmb2ops.c1639 .fallocate = smb3_fallocate,
/linux-4.1.27/tools/testing/selftests/memfd/
Dmemfd_test.c314 r = fallocate(fd, in mfd_assert_write()
378 r = fallocate(fd, in mfd_fail_write()
435 r = fallocate(fd, in mfd_assert_grow()
457 r = fallocate(fd, in mfd_fail_grow()
/linux-4.1.27/arch/tile/kernel/
Dcompat.c68 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.1.27/fs/nfs/
Dnfs4file.c185 .fallocate = nfs42_fallocate,
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c1022 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument
1028 &fallocate->falloc_stateid, in nfsd4_fallocate()
1038 fallocate->falloc_offset, in nfsd4_fallocate()
1039 fallocate->falloc_length, in nfsd4_fallocate()
1047 struct nfsd4_fallocate *fallocate) in nfsd4_allocate() argument
1049 return nfsd4_fallocate(rqstp, cstate, fallocate, 0); in nfsd4_allocate()
1054 struct nfsd4_fallocate *fallocate) in nfsd4_deallocate() argument
1056 return nfsd4_fallocate(rqstp, cstate, fallocate, in nfsd4_deallocate()
Dnfs4xdr.c1663 struct nfsd4_fallocate *fallocate) in nfsd4_decode_fallocate() argument
1667 status = nfsd4_decode_stateid(argp, &fallocate->falloc_stateid); in nfsd4_decode_fallocate()
1672 p = xdr_decode_hyper(p, &fallocate->falloc_offset); in nfsd4_decode_fallocate()
1673 xdr_decode_hyper(p, &fallocate->falloc_length); in nfsd4_decode_fallocate()
/linux-4.1.27/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.1.27/fs/
Dopen.c297 if (!file->f_op->fallocate) in vfs_fallocate()
301 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate()
318 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO64 p) Add support for new vfs entry point for fallocate
/linux-4.1.27/drivers/target/
Dtarget_core_file.c566 if (!file->f_op->fallocate) in fd_do_unmap()
569 ret = file->f_op->fallocate(file, mode, pos, len); in fd_do_unmap()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S403 ENTRY_OURS(fallocate) /* 305 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h316 COMPAT_SYS(fallocate)
/linux-4.1.27/fs/gfs2/
Dfile.c1120 .fallocate = gfs2_fallocate,
1148 .fallocate = gfs2_fallocate,
/linux-4.1.27/drivers/block/
Dloop.c370 if ((!file->f_op->fallocate) || lo->lo_encrypt_key_size) { in lo_discard()
375 ret = file->f_op->fallocate(file, mode, pos, blk_rq_bytes(rq)); in lo_discard()
652 if ((!file->f_op->fallocate) || in loop_config_discard()
/linux-4.1.27/fs/ext4/
Dfile.c649 .fallocate = ext4_fallocate,
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl294 285 common fallocate sys_fallocate
Dsyscall_32.tbl333 324 i386 fallocate sys_fallocate sys32_fallocate
/linux-4.1.27/fs/xfs/
Dxfs_file.c1515 .fallocate = xfs_file_fallocate,
/linux-4.1.27/fs/f2fs/
Dfile.c1165 .fallocate = f2fs_fallocate,
/linux-4.1.27/fs/ocfs2/
Dfile.c2642 .fallocate = ocfs2_fallocate,
2687 .fallocate = ocfs2_fallocate,
/linux-4.1.27/fs/ceph/
Dfile.c1342 .fallocate = ceph_fallocate,
/linux-4.1.27/Documentation/filesystems/
Dporting389 In ->fallocate() you must check the mode option passed in. If your
DLocking463 long (*fallocate)(struct file *, int, loff_t, loff_t);
Dvfs.txt828 long (*fallocate)(struct file *, int mode, loff_t offset, loff_t len);
896 fallocate: called by the VFS to preallocate blocks or punch a hole.
/linux-4.1.27/fs/fuse/
Dfile.c2971 .fallocate = fuse_file_fallocate,
2988 .fallocate = fuse_file_fallocate,
/linux-4.1.27/fs/btrfs/
Dfile.c2819 .fallocate = btrfs_fallocate,
/linux-4.1.27/include/linux/
Dfs.h1616 long (*fallocate)(struct file *file, int mode, loff_t offset, member
/linux-4.1.27/mm/
Dshmem.c3126 .fallocate = shmem_fallocate,