Home
last modified time | relevance | path

Searched refs:NILFS_I_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nilfs2/
H A Dmdt.h95 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 Dnilfs.h86 NILFS_I_DIRTY, /* The file is dirty */ enumerator