Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmem_cage.c701 kcage_get_pfn(int lockit) in kcage_get_pfn() argument
706 if (lockit && !rw_tryenter(&kcage_range_rwlock, RW_READER)) in kcage_get_pfn()
728 if (lockit) in kcage_get_pfn()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c1467 meta_lockfs_common(mdname_t *fs, void **cookie, int lockit) in meta_lockfs_common() argument
1515 (void) execl("/usr/sbin/lockfs", "lockfs", lockit ? "-w" : "-u", in meta_lockfs_common()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c653 cachefs_cache_dirty(struct cachefscache *cachep, int lockit) in cachefs_cache_dirty() argument
659 if (lockit) { in cachefs_cache_dirty()
682 if (lockit) in cachefs_cache_dirty()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1117 void cachefs_cache_dirty(struct cachefscache *cachep, int lockit);