Searched refs:committed_size (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h126 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
H A Djfs_xtree.c3708 * s64 committed_size)
3716 * The committed_size keeps track of part of the file has been
3719 s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size) argument
3744 if (committed_size) {
3745 xoff = (committed_size >> JFS_SBI(ip->i_sb)->l2bsize) - 1;

Completed in 124 milliseconds