tag | line | file | source code |
convert | 29 | fs/sysv/fsync.c | static int sync_block (struct inode * inode, unsigned long * blockp, int convert, int wait) |
convert | 36 | fs/sysv/fsync.c | if (convert) |
convert | 62 | fs/sysv/fsync.c | static int sync_iblock (struct inode * inode, unsigned long * iblockp, int convert, |
convert | 70 | fs/sysv/fsync.c | if (convert) |
convert | 74 | fs/sysv/fsync.c | rc = sync_block (inode, iblockp, convert, wait); |
convert | 104 | fs/sysv/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblockp, int convert, int wait) |
convert | 112 | fs/sysv/fsync.c | rc = sync_iblock (inode, iblockp, convert, &ind_bh, &ind_bh_data, wait); |
convert | 130 | fs/sysv/fsync.c | static int sync_dindirect(struct inode *inode, unsigned long *diblockp, int convert, |
convert | 139 | fs/sysv/fsync.c | rc = sync_iblock (inode, diblockp, convert, &dind_bh, &dind_bh_data, wait); |
convert | 157 | fs/sysv/fsync.c | static int sync_tindirect(struct inode *inode, unsigned long *tiblockp, int convert, |
convert | 166 | fs/sysv/fsync.c | rc = sync_iblock (inode, tiblockp, convert, &tind_bh, &tind_bh_data, wait); |
convert | 397 | fs/sysv/inode.c | static int block_bmap(struct super_block * sb, struct buffer_head * bh, int nr, int convert) |
convert | 404 | fs/sysv/inode.c | if (convert) |
convert | 416 | fs/sysv/inode.c | int convert; |
convert | 423 | fs/sysv/inode.c | convert = sb->sv_convert; |
convert | 429 | fs/sysv/inode.c | return block_bmap(sb,bh,block,convert); |
convert | 437 | fs/sysv/inode.c | i = block_bmap(sb,bh,block/IND_PER_BLOCK,convert); |
convert | 441 | fs/sysv/inode.c | return block_bmap(sb,bh,block%IND_PER_BLOCK,convert); |
convert | 449 | fs/sysv/inode.c | i = block_bmap(sb,bh,block/(IND_PER_BLOCK*IND_PER_BLOCK),convert); |
convert | 453 | fs/sysv/inode.c | i = block_bmap(sb,bh,(block/IND_PER_BLOCK)%IND_PER_BLOCK,convert); |
convert | 457 | fs/sysv/inode.c | return block_bmap(sb,bh,block%IND_PER_BLOCK,convert); |
convert | 53 | fs/sysv/truncate.c | static int coh_trunc_indirect (struct inode * inode, unsigned long blocks, unsigned long * p, int convert, unsigned char * dirt) |
convert | 65 | fs/sysv/truncate.c | if (convert) |
convert | 108 | fs/sysv/truncate.c | static int coh_trunc_dindirect (struct inode * inode, unsigned long blocks, unsigned long * p, int convert, unsigned char * dirt) |
convert | 121 | fs/sysv/truncate.c | if (convert) |
convert | 291 | fs/sysv/truncate.c | static int trunc_indirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 303 | fs/sysv/truncate.c | if (convert) |
convert | 360 | fs/sysv/truncate.c | static int trunc_dindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 371 | fs/sysv/truncate.c | if (convert) |
convert | 414 | fs/sysv/truncate.c | static int trunc_tindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 425 | fs/sysv/truncate.c | if (convert) |