Searched refs:BACKMNT_NAME (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.c | 526 snprintf(path, sizeof (path), "%s/%s", dirp, BACKMNT_NAME); in cachefs_create_cache() 694 snprintf(path, sizeof (path), "%s/%s", dirp, BACKMNT_NAME); in cachefs_delete_all_cache() 723 snprintf(path, sizeof (path), "%s/%s", dirp, BACKMNT_NAME); in cachefs_delete_all_cache()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/umount/ |
H A D | umount.c | 219 if (strstr(mnt_back, BACKMNT_NAME) == NULL) in main()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | fsck.c | 477 xx = cache_check_dir(cachedirp, BACKMNT_NAME); in cfs_check() 482 cache_backmnt_cleanup(cachedirp, BACKMNT_NAME); in cfs_check() 641 if (strcmp(dep->d_name, BACKMNT_NAME) == 0) in cfs_check()
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | umount.c | 826 if (strstr(mp->ment.mnt_mountp, BACKMNT_NAME)) in do_umounts()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 1050 sprintf(strp, "%s/%s", cachedirp, BACKMNT_NAME); in get_mount_point()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 127 #define BACKMNT_NAME ".cfs_mnt_points" macro
|