Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c71 #define FI_LENGTH(fp) (*(long *)((fp)->fi_buf + 4)) macro
230 FI_LENGTH(filep) = d.d_size; in bpcfs_open()
301 if ((c = MIN(FI_LENGTH(fp) - off, c)) == 0) in bpcfs_read()