Searched refs:fallocate (Results 1 – 21 of 21) sorted by relevance
| /fs/smb/client/ |
| A D | cifsfs.c | 356 if (server->ops->fallocate) in cifs_fallocate() 357 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate() 1536 .fallocate = cifs_fallocate, 1556 .fallocate = cifs_fallocate, 1576 .fallocate = cifs_fallocate, 1594 .fallocate = cifs_fallocate, 1612 .fallocate = cifs_fallocate, 1630 .fallocate = cifs_fallocate,
|
| A D | cifsglob.h | 593 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
| A D | smb2ops.c | 5578 .fallocate = smb3_fallocate, 5694 .fallocate = smb3_fallocate,
|
| /fs/ |
| A D | open.c | 338 if (!file->f_op->fallocate) in vfs_fallocate() 342 ret = file->f_op->fallocate(file, mode, offset, len); in vfs_fallocate() 369 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) in SYSCALL_DEFINE4() argument 375 COMPAT_SYSCALL_DEFINE6(fallocate, int, fd, int, mode, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6() argument
|
| /fs/nfs/ |
| A D | nfs4file.c | 452 .fallocate = nfs42_fallocate,
|
| /fs/fat/ |
| A D | file.c | 214 .fallocate = fat_fallocate,
|
| /fs/gfs2/ |
| A D | file.c | 1590 .fallocate = gfs2_fallocate, 1623 .fallocate = gfs2_fallocate,
|
| /fs/overlayfs/ |
| A D | file.c | 664 .fallocate = ovl_fallocate,
|
| /fs/nfsd/ |
| A D | nfs4proc.c | 2103 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate() argument 2109 &fallocate->falloc_stateid, in nfsd4_fallocate() 2115 fallocate->falloc_offset, in nfsd4_fallocate() 2116 fallocate->falloc_length, in nfsd4_fallocate()
|
| A D | nfs4xdr.c | 1964 struct nfsd4_fallocate *fallocate = &u->allocate; in nfsd4_decode_fallocate() local 1967 status = nfsd4_decode_stateid4(argp, &fallocate->falloc_stateid); in nfsd4_decode_fallocate() 1970 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_offset) < 0) in nfsd4_decode_fallocate() 1972 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_length) < 0) in nfsd4_decode_fallocate()
|
| /fs/ext4/ |
| A D | file.c | 979 .fallocate = ext4_fallocate,
|
| /fs/bcachefs/ |
| A D | bcachefs.h | 757 x(fallocate) \
|
| A D | fs.c | 1747 .fallocate = bch2_fallocate_dispatch,
|
| /fs/ocfs2/ |
| A D | file.c | 2817 .fallocate = ocfs2_fallocate, 2866 .fallocate = ocfs2_fallocate,
|
| /fs/ntfs3/ |
| A D | file.c | 1373 .fallocate = ntfs_fallocate,
|
| /fs/hugetlbfs/ |
| A D | inode.c | 1238 .fallocate = hugetlbfs_fallocate,
|
| /fs/xfs/ |
| A D | xfs_file.c | 1957 .fallocate = xfs_file_fallocate,
|
| /fs/fuse/ |
| A D | file.c | 3084 .fallocate = fuse_file_fallocate,
|
| /fs/ceph/ |
| A D | file.c | 3182 .fallocate = ceph_fallocate,
|
| /fs/btrfs/ |
| A D | file.c | 3830 .fallocate = btrfs_fallocate,
|
| /fs/f2fs/ |
| A D | file.c | 5438 .fallocate = f2fs_fallocate,
|
Completed in 119 milliseconds