Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c89 uint64_t file_sz; in zfs_holey_common() local
93 file_sz = zp->z_size; in zfs_holey_common()
94 if (noff >= file_sz) { in zfs_holey_common()
111 *off = file_sz; in zfs_holey_common()
123 if (noff > file_sz) { in zfs_holey_common()
125 noff = file_sz; in zfs_holey_common()