Home
last modified time | relevance | path

Searched refs:fs_fslock (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c101 mutex_init(&fscp->fs_fslock, NULL, MUTEX_DEFAULT, NULL); in fscache_create()
181 mutex_destroy(&fscp->fs_fslock); in fscache_destroy()
285 mutex_enter(&fscp->fs_fslock); in fscache_setup()
289 mutex_exit(&fscp->fs_fslock); in fscache_setup()
348 mutex_enter(&fscp->fs_fslock); in fscache_activate_rw()
350 mutex_exit(&fscp->fs_fslock); in fscache_activate_rw()
370 mutex_enter(&fscp->fs_fslock); in fscache_hold()
373 mutex_exit(&fscp->fs_fslock); in fscache_hold()
393 mutex_enter(&fscp->fs_fslock); in fscache_rele()
396 mutex_exit(&fscp->fs_fslock); in fscache_rele()
[all …]
H A Dcachefs_cnode.c904 mutex_enter(&fscp->fs_fslock); in cachefs_cnode_make()
911 mutex_exit(&fscp->fs_fslock); in cachefs_cnode_make()
1126 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in cachefs_fileno_inuse()
1171 mutex_enter(&fscp->fs_fslock); in cachefs_cnode_create()
1190 mutex_exit(&fscp->fs_fslock); in cachefs_cnode_create()
1211 mutex_exit(&fscp->fs_fslock); in cachefs_cnode_create()
1217 mutex_exit(&fscp->fs_fslock); in cachefs_cnode_create()
1316 mutex_enter(&fscp->fs_fslock); in cachefs_cnode_move()
1323 mutex_exit(&fscp->fs_fslock); in cachefs_cnode_move()
1629 mutex_enter(&fscp->fs_fslock); in cachefs_cnode_traverse()
[all …]
H A Dcachefs_vfsops.c417 mutex_enter(&fscp->fs_fslock); in cachefs_mount()
422 mutex_exit(&fscp->fs_fslock); in cachefs_mount()
542 mutex_enter(&fscp->fs_fslock); in cachefs_mount()
562 mutex_exit(&fscp->fs_fslock); in cachefs_mount()
721 mutex_enter(&fscp->fs_fslock); /* protect fscp */ in cachefs_kstat_mount()
725 mutex_exit(&fscp->fs_fslock); /* finished with fscp */ in cachefs_kstat_mount()
912 mutex_enter(&fscp->fs_fslock); in cachefs_unmount()
916 mutex_exit(&fscp->fs_fslock); in cachefs_unmount()
925 mutex_exit(&fscp->fs_fslock); in cachefs_unmount()
979 mutex_enter(&fscp->fs_fslock); in cachefs_unmount()
[all …]
H A Dcachefs_filegrp.c1061 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_find()
1106 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_add()
1145 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_remove()
1189 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_gc()
1283 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_enable_caching_ro()
1318 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in filegrp_list_enable_caching_rw()
H A Dcachefs_resource.c592 mutex_enter(&fscp->fs_fslock); in cachefs_victim()
608 mutex_exit(&fscp->fs_fslock); in cachefs_victim()
620 mutex_exit(&fscp->fs_fslock); in cachefs_victim()
646 mutex_exit(&fscp->fs_fslock); in cachefs_victim()
651 mutex_exit(&fscp->fs_fslock); in cachefs_victim()
H A Dcachefs_ioctl.c2332 mutex_enter(&fscp->fs_fslock); in cachefs_modified_fix()
2336 mutex_exit(&fscp->fs_fslock); in cachefs_modified_fix()
2426 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in cachefs_inum_register()
2546 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in cachefs_inum_real2fake()
H A Dcachefs_dir.c795 mutex_enter(&fscp->fs_fslock); in cachefs_dir_read()
807 mutex_exit(&fscp->fs_fslock); in cachefs_dir_read()
H A Dcachefs_subr.c522 mutex_enter(&fscp->fs_fslock); in cachefs_stop_cache()
540 mutex_exit(&fscp->fs_fslock); in cachefs_stop_cache()
H A Dcachefs_vnops.c1999 ASSERT(MUTEX_HELD(&fscp->fs_fslock)); in cachefs_fileno_conflict()
2148 mutex_enter(&fscp->fs_fslock); in cachefs_getattr()
2155 mutex_exit(&fscp->fs_fslock); in cachefs_getattr()
7193 mutex_enter(&fscp->fs_fslock); in cachefs_readback_translate()
7203 mutex_exit(&fscp->fs_fslock); in cachefs_readback_translate()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h110 kmutex_t fs_fslock; /* contents lock */ member