Lines Matching refs:c_dinode
682 volatile quad_t size = spcl.c_dinode.di_size; in getfile()
1029 } c_dinode; in gethead() member
1064 buf->c_dinode.di_mode = u_ospcl.s_ospcl.c_dinode.odi_mode; in gethead()
1065 buf->c_dinode.di_nlink = u_ospcl.s_ospcl.c_dinode.odi_nlink; in gethead()
1066 buf->c_dinode.di_uid = u_ospcl.s_ospcl.c_dinode.odi_uid; in gethead()
1067 buf->c_dinode.di_gid = u_ospcl.s_ospcl.c_dinode.odi_gid; in gethead()
1068 buf->c_dinode.di_size = u_ospcl.s_ospcl.c_dinode.odi_size; in gethead()
1069 buf->c_dinode.di_rdev = u_ospcl.s_ospcl.c_dinode.odi_rdev; in gethead()
1070 buf->c_dinode.di_atime = u_ospcl.s_ospcl.c_dinode.odi_atime; in gethead()
1071 buf->c_dinode.di_mtime = u_ospcl.s_ospcl.c_dinode.odi_mtime; in gethead()
1072 buf->c_dinode.di_ctime = u_ospcl.s_ospcl.c_dinode.odi_ctime; in gethead()
1081 if ((buf->c_dinode.di_size == 0 || buf->c_dinode.di_size > 0xfffffff) && in gethead()
1082 (buf->c_dinode.di_mode & IFMT) == IFDIR && Qcvt == 0) { in gethead()
1083 qcvt.qval = buf->c_dinode.di_size; in gethead()
1090 qcvt.qval = buf->c_dinode.di_size; in gethead()
1094 buf->c_dinode.di_size = qcvt.qval; in gethead()
1106 buf->c_dinode.di_size = buf->c_count * TP_BSIZE; in gethead()
1135 buf->c_dinode.di_uid = buf->c_dinode.di_ouid; in gethead()
1136 buf->c_dinode.di_gid = buf->c_dinode.di_ogid; in gethead()
1239 curfile.dip = &header->c_dinode; in findinode()