Home
last modified time | relevance | path

Searched refs:I_WILL_FREE (Results 1 – 12 of 12) sorted by relevance

/linux/fs/
H A Dinode.c575 if (inode_state_read(inode) & (I_DIRTY_ALL | I_SYNC | I_FREEING | I_WILL_FREE)) in __inode_lru_list_add()
610 WARN_ON(inode_state_read(inode) & (I_LRU_ISOLATING | I_FREEING | I_WILL_FREE)); in inode_pin_lru_isolating()
918 if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) { in evict_inodes()
1066 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE)) { in find_inode()
1108 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE)) { in find_inode_fast()
1584 if (!(inode_state_read(inode) & (I_FREEING | I_WILL_FREE))) { in igrab()
1787 !(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE)) && in find_inode_rcu()
1826 !(inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE))) in find_inode_by_ino_rcu()
1862 if (inode_state_read(old) & (I_FREEING | I_WILL_FREE)) { in insert_inode_locked()
1953 inode_state_set(inode, I_WILL_FREE); in iput_final()
[all …]
H A Ddrop_caches.c31 if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) || in drop_pagecache_sb()
H A Dfs-writeback.c422 if (unlikely(inode_state_read(inode) & (I_FREEING | I_WILL_FREE))) in inode_do_switch_wbs()
615 inode_state_read(inode) & (I_WB_SWITCH | I_FREEING | I_WILL_FREE) || in inode_prepare_wbs_switch()
1851 WARN_ON(!(inode_state_read(inode) & (I_WILL_FREE | I_FREEING))); in writeback_single_inode()
1853 WARN_ON(inode_state_read(inode) & I_WILL_FREE); in writeback_single_inode()
2009 if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) { in writeback_sb_inodes()
2797 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) { in wait_sb_inodes()
/linux/fs/notify/
H A Dmark.c688 !(inode_state_read(inode) & (I_FREEING | I_WILL_FREE)))) { in fsnotify_get_living_inode()
/linux/fs/crypto/
H A Dkeyring.c948 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) { in evict_dentries_for_decrypted_inodes()
/linux/include/trace/events/
H A Dwriteback.h18 {I_WILL_FREE, "I_WILL_FREE"}, \
/linux/security/landlock/
H A Dfs.c1298 (I_FREEING | I_WILL_FREE | I_NEW)) { in hook_sb_delete()
/linux/include/linux/
H A Dfs.h736 I_WILL_FREE = (1U << 7), enumerator
2237 (I_DIRTY_TIME | I_NEW | I_FREEING | I_WILL_FREE)) == I_DIRTY_TIME; in inode_is_dirtytime_only()
/linux/fs/gfs2/
H A Dops_fstype.c1751 if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) && in gfs2_evict_inodes()
/linux/fs/quota/
H A Ddquot.c1036 if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) || in add_dquot_ref()
/linux/fs/ext4/
H A Dinode.c441 (inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) || in ext4_check_map_extents_env()
/linux/fs/btrfs/
H A Dinode.c4035 WARN_ON(!(inode_state_read_once(&existing->vfs_inode) & (I_WILL_FREE | I_FREEING))); in btrfs_add_inode_to_root()