Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dir.c65 vnode_t *frontvp, vnode_t *backvp, u_offset_t *frontsize);
833 u_offset_t frontsize; in cachefs_dir_fill() local
873 dcp->c_frontvp, dcp->c_backvp, &frontsize); in cachefs_dir_fill()
888 dcp->c_metadata.md_frontblks = frontsize / MAXBSIZE; in cachefs_dir_fill()
910 vnode_t *frontvp, vnode_t *backvp, u_offset_t *frontsize) in cachefs_dir_fill_common() argument
931 frontoff = *frontsize = 0LL; in cachefs_dir_fill_common()
962 frontvp, &frontoff, frontsize)) in cachefs_dir_fill_common()
964 ASSERT((*frontsize) != 0LL); in cachefs_dir_fill_common()
970 if (*frontsize == 0LL) { in cachefs_dir_fill_common()
980 *frontsize); in cachefs_dir_fill_common()
[all …]