Symbol: I_FREEING
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/btrfs/inode.c
5345
ASSERT(inode_state_read_once(inode) & I_FREEING);
fs/btrfs/inode.c
7492
int inode_evicting = inode_state_read_once(&inode->vfs_inode) & I_FREEING;
fs/crypto/keyring.c
921
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) {
fs/dcache.c
1239
if (likely(!(inode_state_read(inode) & I_FREEING) && !hlist_empty(l))) {
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/ext4/inode.c
4607
if (!(inode_state_read_once(inode) & (I_NEW | I_FREEING)))
fs/ext4/orphan.c
112
WARN_ON_ONCE(!(inode_state_read_once(inode) & (I_NEW | I_FREEING)) &&
fs/ext4/orphan.c
237
WARN_ON_ONCE(!(inode_state_read_once(inode) & (I_NEW | I_FREEING)) &&
fs/fs-writeback.c
120
WARN_ON_ONCE(inode_state_read(inode) & I_FREEING);
fs/fs-writeback.c
1275
WARN_ON_ONCE(inode_state_read(inode) & I_FREEING);
fs/fs-writeback.c
1461
if (inode_state_read(inode) & I_FREEING) {
fs/fs-writeback.c
1677
if (inode_state_read(inode) & I_FREEING)
fs/fs-writeback.c
1876
WARN_ON(!(inode_state_read(inode) & (I_WILL_FREE | I_FREEING)));
fs/fs-writeback.c
1916
if (!(inode_state_read(inode) & I_FREEING)) {
fs/fs-writeback.c
2034
if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) {
fs/fs-writeback.c
2773
if (inode_state_read(inode) & I_FREEING)
fs/fs-writeback.c
2885
if (inode_state_read(inode) & (I_FREEING | I_WILL_FREE | I_NEW)) {
fs/fs-writeback.c
316
WARN_ON_ONCE(inode_state_read(inode) & I_FREEING);
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
2004
inode_state_set(inode, I_FREEING);
fs/inode.c
2013
inode_state_replace(inode, I_WILL_FREE, I_FREEING);
fs/inode.c
2039
VFS_BUG_ON_INODE(inode_state_read_once(inode) & (I_FREEING | I_CLEAR), inode);
fs/inode.c
2078
VFS_BUG_ON_INODE(inode_state_read_once(inode) & (I_FREEING | I_CLEAR), inode);
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
781
BUG_ON(!(inode_state_read_once(inode) & I_FREEING));
fs/inode.c
785
inode_state_assign_raw(inode, I_FREEING | I_CLEAR);
fs/inode.c
806
BUG_ON(!(inode_state_read_once(inode) & I_FREEING));
fs/inode.c
847
BUG_ON(inode_state_read_once(inode) != (I_FREEING | I_CLEAR));
fs/inode.c
897
if (inode_state_read(inode) & (I_NEW | I_FREEING | I_WILL_FREE)) {
fs/inode.c
902
inode_state_set(inode, I_FREEING);
fs/inode.c
993
inode_state_set(inode, I_FREEING);
fs/nfs/pnfs.c
320
if (inode_state_read(inode) & (I_FREEING | I_CLEAR))
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)) ||
fs/xfs/xfs_bmap_util.c
517
if (!(inode_state_read_once(VFS_I(ip)) & I_FREEING))
include/linux/fs.h
2246
(I_DIRTY_TIME | I_NEW | I_FREEING | I_WILL_FREE)) == I_DIRTY_TIME;
include/trace/events/writeback.h
19
{I_FREEING, "I_FREEING"}, \
security/landlock/fs.c
1308
(I_FREEING | I_WILL_FREE | I_NEW)) {