Searched refs:nfs42_proc_allocate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs42.h | 19 int nfs42_proc_allocate(struct file *, loff_t, loff_t);
|
H A D | nfs4file.c | 241 return nfs42_proc_allocate(filep, offset, len); in nfs42_fallocate()
|
H A D | nfs42proc.c | 123 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_allocate() function
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42.h | 20 int nfs42_proc_allocate(struct file *, loff_t, loff_t);
|
H A D | nfs4file.c | 236 return nfs42_proc_allocate(filep, offset, len); in nfs42_fallocate()
|
H A D | nfs42proc.c | 132 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_allocate() function
|
Completed in 5 milliseconds