Home
last modified time | relevance | path

Searched refs:HFS_FLG_MDB_DIRTY (Results 1 – 4 of 4) sorted by relevance

/linux/fs/hfs/
H A Dinode.c258 set_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags); in hfs_new_inode()
278 set_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags); in hfs_delete_inode()
292 set_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags); in hfs_delete_inode()
H A Dhfs_fs.h138 #define HFS_FLG_MDB_DIRTY 1 macro
H A Dmdb.c295 if (test_and_clear_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags)) { in hfs_mdb_commit()
H A Dextent.c454 set_bit(HFS_FLG_MDB_DIRTY, &HFS_SB(sb)->flags); in hfs_extend_file()