I_WILL_FREE 729 fs/dquot.c if (inode->i_state & (I_FREEING|I_WILL_FREE))
I_WILL_FREE 21 fs/drop_caches.c if (inode->i_state & (I_FREEING|I_WILL_FREE))
I_WILL_FREE 381 fs/fs-writeback.c WARN_ON(!(inode->i_state & (I_WILL_FREE|I_FREEING)));
I_WILL_FREE 383 fs/fs-writeback.c WARN_ON(inode->i_state & I_WILL_FREE);
I_WILL_FREE 91 fs/gfs2/inode.c if (inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)){
I_WILL_FREE 399 fs/hugetlbfs/inode.c inode->i_state |= I_WILL_FREE;
I_WILL_FREE 407 fs/hugetlbfs/inode.c inode->i_state &= ~I_WILL_FREE;
I_WILL_FREE 504 fs/inode.c if (inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)) {
I_WILL_FREE 528 fs/inode.c if (inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)) {
I_WILL_FREE 754 fs/inode.c if (!(inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)))
I_WILL_FREE 1085 fs/inode.c inode->i_state |= I_WILL_FREE;
I_WILL_FREE 1089 fs/inode.c inode->i_state &= ~I_WILL_FREE;
I_WILL_FREE 375 fs/inotify.c if (inode->i_state & (I_CLEAR | I_FREEING | I_WILL_FREE))
I_WILL_FREE 389 fs/inotify.c I_WILL_FREE))) {