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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode_item.h137 unsigned int ili_pushbuf_flag; /* one bit used in push_ail */ member in struct:xfs_inode_log_item
H A Dxfs_inode_item.c606 if (iip->ili_pushbuf_flag == 0) {
607 iip->ili_pushbuf_flag = 1;
769 * The ili_pushbuf_flag keeps others from
772 ASSERT(iip->ili_pushbuf_flag != 0);
782 iip->ili_pushbuf_flag = 0;
803 iip->ili_pushbuf_flag = 0;
816 iip->ili_pushbuf_flag = 0;
830 iip->ili_pushbuf_flag = 0;
926 iip->ili_pushbuf_flag = 0;

Completed in 97 milliseconds