Searched refs:logged_trans (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dbtrfs_inode.h116 * logged_trans), to access/update delalloc_bytes, new_delalloc_bytes,
178 u64 logged_trans; member in struct:btrfs_inode
418 if (inode->logged_trans == generation &&
H A Dtree-log.c3284 * with the case where the inode was logged but has a logged_trans of 0, which
3285 * happens if the inode is evicted and loaded again, as logged_trans is an in
3299 if (inode->logged_trans == trans->transid)
3303 * If logged_trans is not 0, then we know the inode logged was not logged
3306 if (inode->logged_trans > 0)
3312 * set logged_trans to anything greater than 0 and less than the current
3317 inode->logged_trans = trans->transid - 1;
3322 * We have a log tree and the inode's logged_trans is 0. We can't tell
3324 * only at logged_trans. We could be pessimistic and assume it was, but
3330 * A logged_trans o
[all...]
H A Dinode.c8581 ei->logged_trans = 0;
/linux-master/include/trace/events/
H A Dbtrfs.h217 __field( u64, logged_trans )
227 __entry->logged_trans = BTRFS_I(inode)->logged_trans;
233 "disk_i_size=%llu last_trans=%llu logged_trans=%llu",
240 __entry->logged_trans)

Completed in 241 milliseconds