Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dudf_inode.h326 #define RD_CLUSTSZ(ip) ((ip)->i_udf->udf_rdclustsz) macro
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1820 pgoff + RD_CLUSTSZ(ip) >= nextrio && pgoff <= nextrio && in udf_getpage()