Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/cfsadmin/
H A Dcfsadmin.c928 if ((off_t)st.st_size != rold.r_fsize) { in resource_file_grow()
930 (off_t)st.st_size, rold.r_fsize); in resource_file_grow()
979 cnt = rnew.r_fsize - rold.r_fsize; in resource_file_grow()
993 addrp = mmap(NULL, rnew.r_fsize, PROT_READ | PROT_WRITE, MAP_SHARED, in resource_file_grow()
1014 xx = msync(addrp, rnew.r_fsize, MS_SYNC); in resource_file_grow()
1018 munmap(addrp, rnew.r_fsize); in resource_file_grow()
1028 xx = msync(addrp, rnew.r_fsize, MS_SYNC); in resource_file_grow()
1032 munmap(addrp, rnew.r_fsize); in resource_file_grow()
1038 munmap(addrp, rnew.r_fsize); in resource_file_grow()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.h50 int r_fsize; /* total file size */ member
H A Dsubr.c424 rinfop->r_fsize = fsize; in cachefs_resource_size()