Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h285 int cachefs_dlog_commit(fscache_t *fscp, off_t offset, int error);
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1716 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_push_front()
2740 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_setattr_disconnected()
4283 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_create_disconnected()
4819 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_remove_disconnected()
5135 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_link_disconnected()
5809 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_rename_disconnected()
6177 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_mkdir_disconnected()
6545 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_rmdir_disconnected()
6920 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_symlink_disconnected()
8776 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_setsecattr_disconnected()
H A Dcachefs_dlog.c533 cachefs_dlog_commit(fscache_t *fscp, off_t offset, int error) in cachefs_dlog_commit() function