taglinefilesource code
convert29fs/sysv/fsync.cstatic int sync_block (struct inode * inode, unsigned long * blockp, int convert, int wait)
convert36fs/sysv/fsync.cif (convert)
convert62fs/sysv/fsync.cstatic int sync_iblock (struct inode * inode, unsigned long * iblockp, int convert,
convert70fs/sysv/fsync.cif (convert)
convert74fs/sysv/fsync.crc = sync_block (inode, iblockp, convert, wait);
convert104fs/sysv/fsync.cstatic int sync_indirect(struct inode *inode, unsigned long *iblockp, int convert, int wait)
convert112fs/sysv/fsync.crc = sync_iblock (inode, iblockp, convert, &ind_bh, &ind_bh_data, wait);
convert130fs/sysv/fsync.cstatic int sync_dindirect(struct inode *inode, unsigned long *diblockp, int convert,
convert139fs/sysv/fsync.crc = sync_iblock (inode, diblockp, convert, &dind_bh, &dind_bh_data, wait);
convert157fs/sysv/fsync.cstatic int sync_tindirect(struct inode *inode, unsigned long *tiblockp, int convert,
convert166fs/sysv/fsync.crc = sync_iblock (inode, tiblockp, convert, &tind_bh, &tind_bh_data, wait);
convert397fs/sysv/inode.cstatic int block_bmap(struct super_block * sb, struct buffer_head * bh, int nr, int convert)
convert404fs/sysv/inode.cif (convert)
convert416fs/sysv/inode.cint convert;
convert423fs/sysv/inode.cconvert = sb->sv_convert;
convert429fs/sysv/inode.creturn block_bmap(sb,bh,block,convert);
convert437fs/sysv/inode.ci = block_bmap(sb,bh,block/IND_PER_BLOCK,convert);
convert441fs/sysv/inode.creturn block_bmap(sb,bh,block%IND_PER_BLOCK,convert);
convert449fs/sysv/inode.ci = block_bmap(sb,bh,block/(IND_PER_BLOCK*IND_PER_BLOCK),convert);
convert453fs/sysv/inode.ci = block_bmap(sb,bh,(block/IND_PER_BLOCK)%IND_PER_BLOCK,convert);
convert457fs/sysv/inode.creturn block_bmap(sb,bh,block%IND_PER_BLOCK,convert);
convert53fs/sysv/truncate.cstatic int coh_trunc_indirect (struct inode * inode, unsigned long blocks, unsigned long * p, int convert, unsigned char * dirt)
convert65fs/sysv/truncate.cif (convert)
convert108fs/sysv/truncate.cstatic int coh_trunc_dindirect (struct inode * inode, unsigned long blocks, unsigned long * p, int convert, unsigned char * dirt)
convert121fs/sysv/truncate.cif (convert)
convert291fs/sysv/truncate.cstatic int trunc_indirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
convert303fs/sysv/truncate.cif (convert)
convert360fs/sysv/truncate.cstatic int trunc_dindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
convert371fs/sysv/truncate.cif (convert)
convert414fs/sysv/truncate.cstatic int trunc_tindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
convert425fs/sysv/truncate.cif (convert)