Symbol: I_WILL_FREE
block/bdev.c
1277
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW) ||
fs/btrfs/inode.c
3856
WARN_ON(!(inode_state_read_once(&existing->vfs_inode) & (I_WILL_FREE | I_FREEING)));
fs/crypto/keyring.c
921
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) {
fs/drop_caches.c
31
if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) ||
fs/ext4/inode.c
446
(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) ||
fs/fs-writeback.c
1876
WARN_ON(!(inode_state_read(inode) & (I_WILL_FREE | I_FREEING)));
fs/fs-writeback.c
1878
WARN_ON(inode_state_read(inode) & I_WILL_FREE);
fs/fs-writeback.c
2034
if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) {
fs/fs-writeback.c
2885
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) {
fs/fs-writeback.c
420
if (unlikely(inode_state_read(inode) & (I_FREEING | I_WILL_FREE)))
fs/fs-writeback.c
643
inode_state_read(inode) & (I_WB_SWITCH | I_FREEING | I_WILL_FREE) ||
fs/gfs2/ops_fstype.c
1751
if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) &&
fs/inode.c
1050
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE)) {
fs/inode.c
1097
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE)) {
fs/inode.c
1595
VFS_BUG_ON_INODE(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE), inode);
fs/inode.c
1600
if (!(inode_state_read(inode) & (I_FREEING | I_WILL_FREE))) {
fs/inode.c
1641
if (inode_state_read_once(inode) & (I_NEW | I_CREATING | I_FREEING | I_WILL_FREE))
fs/inode.c
1647
VFS_BUG_ON_INODE(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE), inode);
fs/inode.c
1840
!(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE)) &&
fs/inode.c
1879
!(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE)))
fs/inode.c
1915
if (inode_state_read(old) & (I_FREEING | I_WILL_FREE)) {
fs/inode.c
2006
inode_state_set(inode, I_WILL_FREE);
fs/inode.c
2013
inode_state_replace(inode, I_WILL_FREE, I_FREEING);
fs/inode.c
555
if (inode_state_read(inode) & (I_DIRTY_ALL | I_SYNC | I_FREEING | I_WILL_FREE))
fs/inode.c
590
WARN_ON(inode_state_read(inode) & (I_LRU_ISOLATING | I_FREEING | I_WILL_FREE));
fs/inode.c
897
if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) {
fs/notify/mark.c
754
!(inode_state_read(inode) & (I_FREEING | I_WILL_FREE)))) {
fs/quota/dquot.c
1058
if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) ||
include/linux/fs.h
2246
(I_DIRTY_TIME | I_NEW | I_FREEING | I_WILL_FREE)) == I_DIRTY_TIME;
include/trace/events/writeback.h
18
{I_WILL_FREE, "I_WILL_FREE"}, \
security/landlock/fs.c
1308
(I_FREEING | I_WILL_FREE | I_NEW)) {