Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c74 struct bufarea *getfilentry();
112 bp = getfilentry(fip->fe_block, fip->fe_len); in pass1()
534 bp = getfilentry(fip->fe_block, fip->fe_len); in adjust()
H A Dutilities.c167 getfilentry(uint32_t block, int len) in getfilentry() function