Home
last modified time | relevance | path

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

/xv6-public/
H A Dmkfs.c40 void rsect(uint sec, void *buf);
171 wsect(uint sec, void *buf) in wsect() argument
173 if(lseek(fsfd, sec * BSIZE, 0) != sec * BSIZE){ in wsect()
211 rsect(uint sec, void *buf) in rsect() argument
213 if(lseek(fsfd, sec * BSIZE, 0) != sec * BSIZE){ in rsect()