/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 216 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,
|
D | cifsglob.h | 409 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
D | smb2ops.c | 1639 .fallocate = smb3_fallocate,
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | memfd_test.c | 314 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/ |
D | compat.c | 68 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux-4.1.27/fs/nfs/ |
D | nfs4file.c | 185 .fallocate = nfs42_fallocate,
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 1022 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()
|
D | nfs4xdr.c | 1663 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/ |
D | shm.c | 461 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/ |
D | open.c | 297 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/ |
D | TODO | 64 p) Add support for new vfs entry point for fallocate
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 566 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/ |
D | syscall_table.S | 403 ENTRY_OURS(fallocate) /* 305 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 316 COMPAT_SYS(fallocate)
|
/linux-4.1.27/fs/gfs2/ |
D | file.c | 1120 .fallocate = gfs2_fallocate, 1148 .fallocate = gfs2_fallocate,
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 370 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/ |
D | file.c | 649 .fallocate = ext4_fallocate,
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 294 285 common fallocate sys_fallocate
|
D | syscall_32.tbl | 333 324 i386 fallocate sys_fallocate sys32_fallocate
|
/linux-4.1.27/fs/xfs/ |
D | xfs_file.c | 1515 .fallocate = xfs_file_fallocate,
|
/linux-4.1.27/fs/f2fs/ |
D | file.c | 1165 .fallocate = f2fs_fallocate,
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 2642 .fallocate = ocfs2_fallocate, 2687 .fallocate = ocfs2_fallocate,
|
/linux-4.1.27/fs/ceph/ |
D | file.c | 1342 .fallocate = ceph_fallocate,
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 389 In ->fallocate() you must check the mode option passed in. If your
|
D | Locking | 463 long (*fallocate)(struct file *, int, loff_t, loff_t);
|
D | vfs.txt | 828 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/ |
D | file.c | 2971 .fallocate = fuse_file_fallocate, 2988 .fallocate = fuse_file_fallocate,
|
/linux-4.1.27/fs/btrfs/ |
D | file.c | 2819 .fallocate = btrfs_fallocate,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1616 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|
/linux-4.1.27/mm/ |
D | shmem.c | 3126 .fallocate = shmem_fallocate,
|