Searched defs:cfsd_fscache_object (Results 1 – 1 of 1) sorted by relevance
38 typedef struct cfsd_fscache_object { struct39 char i_name[MAXNAMELEN]; /* fscache name */40 char i_cachepath[MAXPATHLEN]; /* cache pathname */41 int i_fscacheid; /* fscache identifier */43 char i_mntpt[MAXPATHLEN]; /* mount point */44 char i_backfs[MAXPATHLEN * 2]; /* back file system */45 char i_backpath[MAXPATHLEN]; /* back file system path */46 char i_backfstype[MAXNAMELEN]; /* back file system type */47 char i_cfsopt[CFS_MAXMNTOPTLEN]; /* cachefs mount options */48 char i_bfsopt[CFS_MAXMNTOPTLEN]; /* backfs mount options */[all …]