Home
last modified time | relevance | path

Searched refs:nm_cloneblksize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h90 uint32_t nm_cloneblksize; /* Block cloning alignment */ member
H A Dnfs_clvnops.c4085 NFSATTRBIT_CLONEBLKSIZE) || nmp->nm_cloneblksize == 0))) { in nfs_copy_file_range()
4196 NFSATTRBIT_CLONEBLKSIZE) && nmp->nm_cloneblksize != 0 && in nfs_copy_file_range()
4197 (inoff % nmp->nm_cloneblksize) == 0 && in nfs_copy_file_range()
4198 (outoff % nmp->nm_cloneblksize) == 0 && in nfs_copy_file_range()
4199 (toeof || (len % nmp->nm_cloneblksize) == 0)) in nfs_copy_file_range()
H A Dnfs_clport.c1038 nmp->nm_cloneblksize = clone_blksize; in nfscl_loadfsinfo()