Searched refs:write_filehandle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsctl.c | 64 static ssize_t write_filehandle(struct file *file, char *buf, size_t size); 81 [NFSD_Fh] = write_filehandle, 331 * write_filehandle - Get a variable-length NFS file handle by path 351 static ssize_t write_filehandle(struct file *file, char *buf, size_t size) in write_filehandle() function
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsctl.c | 66 static ssize_t write_filehandle(struct file *file, char *buf, size_t size); 83 [NFSD_Fh] = write_filehandle, 289 * write_filehandle - Get a variable-length NFS file handle by path 309 static ssize_t write_filehandle(struct file *file, char *buf, size_t size) in write_filehandle() function
|
Completed in 4 milliseconds