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 | 111 | fs/sysv/fsync.c | rc = sync_iblock (inode, iblockp, convert, &ind_bh, wait); |
convert | 129 | fs/sysv/fsync.c | static int sync_dindirect(struct inode *inode, unsigned long *diblockp, int convert, |
convert | 137 | fs/sysv/fsync.c | rc = sync_iblock (inode, diblockp, convert, &dind_bh, wait); |
convert | 155 | fs/sysv/fsync.c | static int sync_tindirect(struct inode *inode, unsigned long *tiblockp, int convert, |
convert | 163 | fs/sysv/fsync.c | rc = sync_iblock (inode, tiblockp, convert, &tind_bh, wait); |
convert | 545 | fs/sysv/inode.c | static int block_bmap(struct super_block * sb, struct buffer_head * bh, int nr, int convert) |
convert | 552 | fs/sysv/inode.c | if (convert) |
convert | 564 | fs/sysv/inode.c | int convert; |
convert | 571 | fs/sysv/inode.c | convert = sb->sv_convert; |
convert | 577 | fs/sysv/inode.c | return block_bmap(sb, bh, block, convert); |
convert | 585 | fs/sysv/inode.c | i = block_bmap(sb, bh, block >> sb->sv_ind_per_block_bits, convert); |
convert | 589 | fs/sysv/inode.c | return block_bmap(sb, bh, block & sb->sv_ind_per_block_1, convert); |
convert | 597 | fs/sysv/inode.c | i = block_bmap(sb, bh, block >> sb->sv_ind_per_block_2_bits, convert); |
convert | 601 | fs/sysv/inode.c | i = block_bmap(sb, bh, (block >> sb->sv_ind_per_block_bits) & sb->sv_ind_per_block_1,convert); |
convert | 605 | fs/sysv/inode.c | return block_bmap(sb, bh, block & sb->sv_ind_per_block_1, convert); |
convert | 74 | fs/sysv/truncate.c | static int trunc_indirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 86 | fs/sysv/truncate.c | if (convert) |
convert | 143 | fs/sysv/truncate.c | static int trunc_dindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 154 | fs/sysv/truncate.c | if (convert) |
convert | 197 | fs/sysv/truncate.c | static int trunc_tindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 208 | fs/sysv/truncate.c | if (convert) |