taglinefilesource code
to_coh_ulong134fs/sysv/balloc.cblock = to_coh_ulong(block);
to_coh_ulong138fs/sysv/balloc.cto_coh_ulong(from_coh_ulong(*sb->sv_sb_total_free_blocks) + 1);
to_coh_ulong237fs/sysv/balloc.cto_coh_ulong(from_coh_ulong(*sb->sv_sb_total_free_blocks) - 1);
to_coh_ulong333fs/sysv/balloc.c*sb->sv_sb_total_free_blocks = (sb->sv_convert ? to_coh_ulong(count) : count);
to_coh_ulong351fs/sysv/inode.ctime = to_coh_ulong(time);
to_coh_ulong559fs/sysv/inode.c*p = (sb->sv_convert ? to_coh_ulong(block) : block);
to_coh_ulong756fs/sysv/inode.craw_inode->i_size = to_coh_ulong(inode->i_size);
to_coh_ulong757fs/sysv/inode.craw_inode->i_atime = to_coh_ulong(inode->i_atime);
to_coh_ulong758fs/sysv/inode.craw_inode->i_mtime = to_coh_ulong(inode->i_mtime);
to_coh_ulong759fs/sysv/inode.craw_inode->i_ctime = to_coh_ulong(inode->i_ctime);