Searched defs:fallocate (Results 1 - 9 of 9) sorted by relevance
| /kernel/liteos_a/fs/vfs/operation/ |
| H A D | vfs_fallocate.c | 105 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate() function
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | nfs4proc.c | 1641 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_fallocate *fallocate, int flags) nfsd4_fallocate() argument
|
| H A D | nfs4xdr.c | 1727 nfsd4_decode_fallocate(struct nfsd4_compoundargs *argp, struct nfsd4_fallocate *fallocate) nfsd4_decode_fallocate() argument
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | nfs4proc.c | 1960 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_fallocate *fallocate, int flags) nfsd4_fallocate() argument
|
| H A D | nfs4xdr.c | 1921 struct nfsd4_fallocate *fallocate = &u->allocate; in nfsd4_decode_fallocate() local
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | cifsglob.h | 478 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | fs.h | 1911 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | cifsglob.h | 539 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t, member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | fs.h | 1941 long (*fallocate)(struct file *file, int mode, loff_t offset, member
|
Completed in 45 milliseconds