taglinefilesource code
to_coh_ulong115fs/sysv/balloc.cblock = to_coh_ulong(block);
to_coh_ulong119fs/sysv/balloc.cto_coh_ulong(from_coh_ulong(*sb->sv_sb_total_free_blocks) + 1);
to_coh_ulong215fs/sysv/balloc.cto_coh_ulong(from_coh_ulong(*sb->sv_sb_total_free_blocks) - 1);
to_coh_ulong313fs/sysv/balloc.c*sb->sv_sb_total_free_blocks = (sb->sv_convert ? to_coh_ulong(count) : count);
to_coh_ulong513fs/sysv/inode.ctime = to_coh_ulong(time);
to_coh_ulong720fs/sysv/inode.c*p = (sb->sv_convert ? to_coh_ulong(block) : block);
to_coh_ulong919fs/sysv/inode.craw_inode->i_size = to_coh_ulong(inode->i_size);
to_coh_ulong920fs/sysv/inode.craw_inode->i_atime = to_coh_ulong(inode->i_atime);
to_coh_ulong921fs/sysv/inode.craw_inode->i_mtime = to_coh_ulong(inode->i_mtime);
to_coh_ulong922fs/sysv/inode.craw_inode->i_ctime = to_coh_ulong(inode->i_ctime);