Searched refs:NILFS_I_DIRTY (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | mdt.h | 95 if (!test_bit(NILFS_I_DIRTY, &NILFS_I(inode)->i_state)) in nilfs_mdt_mark_dirty() 96 set_bit(NILFS_I_DIRTY, &NILFS_I(inode)->i_state); in nilfs_mdt_mark_dirty() 101 clear_bit(NILFS_I_DIRTY, &NILFS_I(inode)->i_state); in nilfs_mdt_clear_dirty()
|
| H A D | mdt.c | 394 set_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_mdt_fetch_dirty() 397 return test_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_mdt_fetch_dirty()
|
| H A D | nilfs.h | 83 NILFS_I_DIRTY, /* The file is dirty */ enumerator
|
| H A D | inode.c | 1041 ret = test_bit(NILFS_I_DIRTY, &ii->i_state) || in nilfs_inode_dirty() 1055 if (test_and_set_bit(NILFS_I_DIRTY, &ii->i_state)) in nilfs_set_file_dirty()
|
| H A D | segment.c | 787 } else if (test_bit(NILFS_I_DIRTY, &ii->i_state)) { in nilfs_dispose_list() 1179 clear_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_segctor_collect_blocks() 1993 test_bit(NILFS_I_DIRTY, &ii->i_state)) in nilfs_segctor_drop_written_files()
|