Home
last modified time | relevance | path

Searched refs:NFS_MIN_FILE_IO_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnfs_xdr.h16 #define NFS_MIN_FILE_IO_SIZE (1024U) macro
/linux/fs/nfs/
H A Ddir.c188 if (sz < NFS_MIN_FILE_IO_SIZE) in nfs_set_dtsize()
189 sz = NFS_MIN_FILE_IO_SIZE; in nfs_set_dtsize()