tag | line | file | source code |
convert | 33 | fs/sysv/fsync.c | static int sync_block (struct inode * inode, unsigned long * blockp, int convert, int wait) |
convert | 40 | fs/sysv/fsync.c | if (convert) |
convert | 66 | fs/sysv/fsync.c | static int sync_iblock (struct inode * inode, unsigned long * iblockp, int convert, |
convert | 74 | fs/sysv/fsync.c | if (convert) |
convert | 78 | fs/sysv/fsync.c | rc = sync_block (inode, iblockp, convert, wait); |
convert | 108 | fs/sysv/fsync.c | static int sync_indirect(struct inode *inode, unsigned long *iblockp, int convert, int wait) |
convert | 115 | fs/sysv/fsync.c | rc = sync_iblock (inode, iblockp, convert, &ind_bh, wait); |
convert | 133 | fs/sysv/fsync.c | static int sync_dindirect(struct inode *inode, unsigned long *diblockp, int convert, |
convert | 141 | fs/sysv/fsync.c | rc = sync_iblock (inode, diblockp, convert, &dind_bh, wait); |
convert | 159 | fs/sysv/fsync.c | static int sync_tindirect(struct inode *inode, unsigned long *tiblockp, int convert, |
convert | 167 | fs/sysv/fsync.c | rc = sync_iblock (inode, tiblockp, convert, &tind_bh, wait); |
convert | 567 | fs/sysv/inode.c | static int block_bmap(struct super_block * sb, struct buffer_head * bh, int nr, int convert) |
convert | 574 | fs/sysv/inode.c | if (convert) |
convert | 586 | fs/sysv/inode.c | int convert; |
convert | 593 | fs/sysv/inode.c | convert = sb->sv_convert; |
convert | 599 | fs/sysv/inode.c | return block_bmap(sb, bh, block, convert); |
convert | 607 | fs/sysv/inode.c | i = block_bmap(sb, bh, block >> sb->sv_ind_per_block_bits, convert); |
convert | 611 | fs/sysv/inode.c | return block_bmap(sb, bh, block & sb->sv_ind_per_block_1, convert); |
convert | 619 | fs/sysv/inode.c | i = block_bmap(sb, bh, block >> sb->sv_ind_per_block_2_bits, convert); |
convert | 623 | fs/sysv/inode.c | i = block_bmap(sb, bh, (block >> sb->sv_ind_per_block_bits) & sb->sv_ind_per_block_1,convert); |
convert | 627 | fs/sysv/inode.c | return block_bmap(sb, bh, block & sb->sv_ind_per_block_1, convert); |
convert | 78 | fs/sysv/truncate.c | static int trunc_indirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 90 | fs/sysv/truncate.c | if (convert) |
convert | 147 | fs/sysv/truncate.c | static int trunc_dindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 158 | fs/sysv/truncate.c | if (convert) |
convert | 201 | fs/sysv/truncate.c | static int trunc_tindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt) |
convert | 212 | fs/sysv/truncate.c | if (convert) |