Home
last modified time | relevance | path

Searched refs:mdb_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dsuper.c48 cancel_delayed_work_sync(&HFS_SB(sb)->mdb_work); in hfs_put_super()
59 sbi = container_of(work, struct hfs_sb_info, mdb_work.work); in flush_mdb()
80 queue_delayed_work(system_long_wq, &sbi->mdb_work, delay); in hfs_mark_mdb_dirty()
393 INIT_DELAYED_WORK(&sbi->mdb_work, flush_mdb); in hfs_fill_super()
H A Dhfs_fs.h165 struct delayed_work mdb_work; /* MDB flush delayed work */ member
H A Dinode.c682 flush_delayed_work(&HFS_SB(sb)->mdb_work); in hfs_file_fsync()