Home
last modified time | relevance | path

Searched refs:CACHEFS_UNMNT_FILE (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/umount/
H A Dumount.c161 strcat(cachedirp, CACHEFS_UNMNT_FILE); in main()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c565 (void) VOP_REMOVE(fscp->fs_fscdirvp, CACHEFS_UNMNT_FILE, kcred, NULL, in cachefs_mount()
960 xx = VOP_CREATE(fscp->fs_fscdirvp, CACHEFS_UNMNT_FILE, &attr, in cachefs_unmount()
967 printf("could not create %s %d\n", CACHEFS_UNMNT_FILE, xx); in cachefs_unmount()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c564 snprintf(path, sizeof (path), "%s/%s", dirp, CACHEFS_UNMNT_FILE); in cachefs_create_cache()
783 snprintf(path, sizeof (path), "%s/%s", dirp, CACHEFS_UNMNT_FILE); in cachefs_delete_all_cache()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1030 sprintf(buf, "%s/%s", dirpath, CACHEFS_UNMNT_FILE); in process_fsdir()
1049 sprintf(buf, "%s/%s", dirpath, CACHEFS_UNMNT_FILE); in process_fsdir()
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c389 CACHEFS_UNMNT_FILE); in fscache_setup()
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c1492 sprintf(name, "%s/%s", buf, CACHEFS_UNMNT_FILE); in first_time_ab()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h132 #define CACHEFS_UNMNT_FILE ".cfs_unmnt" macro