Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/fs/
H A Dcachefs_dlog.h285 int cachefs_dlog_commit(fscache_t *fscp, off_t offset, int error);
/onnv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1715 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_push_front()
2739 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_setattr_disconnected()
4282 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_create_disconnected()
4818 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_remove_disconnected()
5134 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_link_disconnected()
5808 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_rename_disconnected()
6176 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_mkdir_disconnected()
6544 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_rmdir_disconnected()
6919 if (cachefs_dlog_commit(fscp, commit, error)) { in cachefs_symlink_disconnected()
8787 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