Home
last modified time | relevance | path

Searched refs:fs_dmapfile (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c199 ASSERT(fscp->fs_dmapfile); in cachefs_dlog_setup()
248 &vattr, 0, 0666, &fscp->fs_dmapfile, kcred, 0, NULL, NULL); in cachefs_dlog_setup()
330 &fscp->fs_dmapfile, NULL, 0, NULL, kcred, NULL, NULL, NULL); in cachefs_dlog_setup()
341 error = VOP_GETATTR(fscp->fs_dmapfile, &vattr, 0, kcred, NULL); in cachefs_dlog_setup()
363 if (fscp->fs_dmapfile) { in cachefs_dlog_setup()
364 VN_RELE(fscp->fs_dmapfile); in cachefs_dlog_setup()
365 fscp->fs_dmapfile = NULL; in cachefs_dlog_setup()
375 if (fscp->fs_dmapfile) { in cachefs_dlog_setup()
376 VN_RELE(fscp->fs_dmapfile); in cachefs_dlog_setup()
377 fscp->fs_dmapfile = NULL; in cachefs_dlog_setup()
[all …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h115 struct vnode *fs_dmapfile; /* map file */ member