Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucbcmd/test/
H A Dtest.c39 static int fsizep(char *f);
181 return (fsizep(nxtarg(0))); in e3()
271 fsizep(char *f) in fsizep() function
/titanic_41/usr/src/cmd/sh/
H A Dtest.c174 return(fsizep(nxtarg(0))); in e3()
252 fsizep(unsigned char *f) in fsizep() function
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dir.c62 vnode_t *frontvp, u_offset_t *offsetp, u_offset_t *fsizep);
1057 vnode_t *frontvp, u_offset_t *offsetp, u_offset_t *fsizep) in cachefs_dir_stuff() argument
1071 if (*offsetp >= *fsizep) { in cachefs_dir_stuff()
1072 error = cachefs_dir_extend(dcp, fsizep, 0); in cachefs_dir_stuff()
1077 ASSERT(*fsizep != 0LL); in cachefs_dir_stuff()
1104 error = cachefs_dir_extend(dcp, fsizep, 0); in cachefs_dir_stuff()
1107 ASSERT(*fsizep != 0LL); in cachefs_dir_stuff()