Home
last modified time | relevance | path

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

/fs/smb/client/
A Dcifsfs.c356 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 Dcifsglob.h593 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
A Dsmb2ops.c5578 .fallocate = smb3_fallocate,
5694 .fallocate = smb3_fallocate,
/fs/
A Dopen.c338 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 Dnfs4file.c452 .fallocate = nfs42_fallocate,
/fs/fat/
A Dfile.c214 .fallocate = fat_fallocate,
/fs/gfs2/
A Dfile.c1590 .fallocate = gfs2_fallocate,
1623 .fallocate = gfs2_fallocate,
/fs/overlayfs/
A Dfile.c664 .fallocate = ovl_fallocate,
/fs/nfsd/
A Dnfs4proc.c2103 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 Dnfs4xdr.c1964 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 Dfile.c979 .fallocate = ext4_fallocate,
/fs/bcachefs/
A Dbcachefs.h757 x(fallocate) \
A Dfs.c1747 .fallocate = bch2_fallocate_dispatch,
/fs/ocfs2/
A Dfile.c2817 .fallocate = ocfs2_fallocate,
2866 .fallocate = ocfs2_fallocate,
/fs/ntfs3/
A Dfile.c1373 .fallocate = ntfs_fallocate,
/fs/hugetlbfs/
A Dinode.c1238 .fallocate = hugetlbfs_fallocate,
/fs/xfs/
A Dxfs_file.c1957 .fallocate = xfs_file_fallocate,
/fs/fuse/
A Dfile.c3084 .fallocate = fuse_file_fallocate,
/fs/ceph/
A Dfile.c3182 .fallocate = ceph_fallocate,
/fs/btrfs/
A Dfile.c3830 .fallocate = btrfs_fallocate,
/fs/f2fs/
A Dfile.c5438 .fallocate = f2fs_fallocate,

Completed in 119 milliseconds