Home
last modified time | relevance | path

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

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