Searched refs:hasmntvalerr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/amd/libamu/ |
| D | mtab.c | 147 err = hasmntvalerr(mnt, opt, &val); in hasmntval() 167 hasmntvalerr(mntent_t *mnt, char *opt, int *valp) in hasmntvalerr() function
|
| D | mount_fs.c | 394 err_acval = hasmntvalerr(mntp, MNTTAB_OPT_ACTIMEO, &acval); /* attr cache timeout (sec) */ in compute_nfs_attrcache_flags() 405 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACREGMIN, &tmp); in compute_nfs_attrcache_flags() 426 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACREGMAX, &tmp); in compute_nfs_attrcache_flags() 447 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACDIRMIN, &tmp); in compute_nfs_attrcache_flags() 468 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACDIRMAX, &tmp); in compute_nfs_attrcache_flags()
|
| /freebsd-12-stable/contrib/amd/include/ |
| D | am_utils.h | 294 extern unsigned int hasmntvalerr(mntent_t *, char *, int *);
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 619 hasmntvalerr(). 624 hasmntvalerr() function to set attribute cache values only if they 632 * libamu/mtab.c (hasmntvalerr): new function to set the value of 636 (hasmntval): wrapper function around hasmntvalerr, which maintains
|