Searched refs:cachefsoptions (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fscache.h | 203 struct cachefsoptions *optp, ino64_t backfileno); 205 struct cachefsoptions *optp, ino64_t backfileno); 211 int fscache_compare_options(fscache_t *fscp, struct cachefsoptions *opnewp);
|
H A D | cachefs_fs.h | 150 struct cachefsoptions { struct 793 struct cachefsoptions cfs_options; /* consistency modes, etc. */ 809 struct cachefsoptions cfs_options; /* consistency modes, etc. */
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_fscache.c | 218 struct cachefsoptions *optp, ino64_t backfileno, int setflags) in fscache_setup() 307 struct cachefsoptions *optp, ino64_t backfileno) in fscache_activate() 326 struct cachefsoptions *optp, ino64_t backfileno) in fscache_enable() 513 fscache_compare_options(fscache_t *fscp, struct cachefsoptions *optp) in fscache_compare_options()
|
H A D | cachefs_vfsops.c | 142 struct cachefsoptions *cfs_options; in cachefs_mount() 234 cfs_options = (struct cachefsoptions *)STRUCT_FADDR(map, cfs_options); in cachefs_mount() 1182 struct cachefsoptions *cfs_options; in cachefs_remount() 1213 cfs_options = (struct cachefsoptions *)STRUCT_FADDR(map, cfs_options); in cachefs_remount()
|