Searched refs:CACHEFS_UNMNT_FILE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/umount/ |
H A D | umount.c | 161 strcat(cachedirp, CACHEFS_UNMNT_FILE); in main()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 565 (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 D | subr.c | 564 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 D | fsck.c | 1030 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 D | cfsd_fscache.c | 389 CACHEFS_UNMNT_FILE); in fscache_setup()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 1492 sprintf(name, "%s/%s", buf, CACHEFS_UNMNT_FILE); in first_time_ab()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 132 #define CACHEFS_UNMNT_FILE ".cfs_unmnt" macro
|