Home
last modified time | relevance | path

Searched refs:f_favail (Results 1 – 25 of 44) sorted by relevance

12

/titanic_50/usr/src/uts/common/sys/
H A Dstatvfs.h61 fsfilcnt_t f_favail; /* free nodes avail to non-superuser */ member
85 fsfilcnt32_t f_favail; /* free nodes avail to non-superuser */ member
107 fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */ member
136 fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */ member
/titanic_50/usr/src/uts/common/syscall/
H A Dstatvfs.c66 (dst)->f_favail = (src)->f_favail; \
110 if (ds64.f_favail == (fsfilcnt64_t)-1) in cstatvfs32()
111 ds64.f_favail = UINT32_MAX; in cstatvfs32()
119 ds64.f_ffree > UINT32_MAX || ds64.f_favail > UINT32_MAX) in cstatvfs32()
/titanic_50/usr/src/lib/libast/common/comp/
H A Dstatvfs.c81 vfs->f_favail = (ufs->f_ffree > 10) ? (ufs->f_ffree - 10) : 0;
132 vfs->f_favail = HUH;
/titanic_50/usr/src/lib/libproc/common/
H A Dpr_statvfs.c50 dest->f_favail = src->f_favail; in statvfs_32_to_n()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c43 u_long f_favail; /* # of free nodes avail to non-superuser */ member
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c173 fs_tab->ffree = (svfsb.f_favail > 0) ? svfsb.f_favail : svfsb.f_ffree; in fsys_stat()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fs.h113 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_fs.h134 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fs.h134 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fs.h113 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_fs.h134 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fs.h113 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fs.h117 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_fs.h138 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c254 sp->f_ffree = sp->f_favail = INT_MAX - total; in objfs_statvfs()
/titanic_50/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c286 sp->f_ffree = sp->f_favail = INT_MAX - total; in sharefs_statvfs()
/titanic_50/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c292 sp->f_favail = (fsfilcnt64_t)0; in mntstatvfs()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvfsops.c316 sp->f_favail = (fsfilcnt64_t)n; in prstatvfs()
/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c215 sbp->f_favail = 0; in bootfs_statvfs()
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c572 ilimit = (svfsb.f_favail > 0) ? in main()
573 svfsb.f_favail : svfsb.f_ffree; in main()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs113 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c351 sp->f_favail = sp->f_ffree = INT_MAX - total; in ctfs_statvfs()
/titanic_50/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c284 sbp->f_favail = 0; in devfs_statvfs()
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs113 unsigned long f_favail; /* # of free nodes avail to non-superuser */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs113 unsigned long f_favail; /* # of free nodes avail to non-superuser */

12