Home
last modified time | relevance | path

Searched refs:unlockfs (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Dsuper.c464 .unlockfs = jfs_unlockfs,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c970 .unlockfs = linvfs_unfreeze_fs,
/linux-2.4.37.9/fs/reiserfs/
Dsuper.c421 unlockfs: reiserfs_unlockfs,
/linux-2.4.37.9/include/linux/
Dfs.h935 void (*unlockfs) (struct super_block *); member
/linux-2.4.37.9/fs/ext3/
Dsuper.c463 unlockfs: ext3_unlockfs, /* BKL not held. We take it */
/linux-2.4.37.9/drivers/md/
Dlvm.c2285 unlockfs(lv_ptr->lv_snapshot_org->lv_dev); in lvm_do_lv_create()