Home
last modified time | relevance | path

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

/linux/fs/
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.c421 if (unlikely(inode_state_read(inode) & (I_FREEING | I_WILL_FREE))) in inode_do_switch_wbs()
644 inode_state_read(inode) & (I_WB_SWITCH | I_FREEING | I_WILL_FREE) || in inode_prepare_wbs_switch()
1893 WARN_ON(!(inode_state_read(inode) & (I_WILL_FREE | I_FREEING))); in writeback_single_inode()
1895 WARN_ON(inode_state_read(inode) & I_WILL_FREE); in writeback_single_inode()
2054 if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) { in writeback_sb_inodes()
2905 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) { in wait_sb_inodes()
/linux/fs/crypto/
H A Dkeyring.c920 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) { in evict_dentries_for_decrypted_inodes()
/linux/block/
H A Dbdev.c1349 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW) || in sync_bdevs()
/linux/security/landlock/
H A Dfs.c1411 (I_FREEING | I_WILL_FREE | I_NEW)) { in hook_sb_delete()
/linux/include/linux/
H A Dfs.h731 I_WILL_FREE = (1U << 7), enumerator
2251 (I_DIRTY_TIME | I_NEW | I_FREEING | I_WILL_FREE)) == I_DIRTY_TIME; in inode_is_dirtytime_only()
/linux/fs/ext4/
H A Dinode.c445 (inode_state_read_once(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) || in ext4_check_map_extents_env()
5308 if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_CREATING)) { in ext4_iget_match()
/linux/fs/quota/
H A Ddquot.c1058 if ((inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) || in add_dquot_ref()
/linux/fs/btrfs/
H A Dinode.c4061 WARN_ON(!(inode_state_read_once(&existing->vfs_inode) & (I_WILL_FREE | I_FREEING))); in btrfs_add_inode_to_root()