Searched refs:NILFS_I_DIRTY (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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 | 1071 ret = test_bit(NILFS_I_DIRTY, &ii->i_state) || in nilfs_inode_dirty() 1085 if (test_and_set_bit(NILFS_I_DIRTY, &ii->i_state)) in nilfs_set_file_dirty()
|
H A D | segment.c | 809 } else if (test_bit(NILFS_I_DIRTY, &ii->i_state)) { in nilfs_dispose_list() 1206 clear_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_segctor_collect_blocks() 2031 test_bit(NILFS_I_DIRTY, &ii->i_state)) in nilfs_segctor_drop_written_files()
|