Home
last modified time | relevance | path

Searched defs:sblock (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/tools/tools/find-sb/
H A Dfind-sb.c27 struct fs sblock; member
/freebsd-12.1/sbin/fsirand/
H A Dfsirand.c114 struct fs *sblock; in fsirand() local
/freebsd-12.1/stand/uboot/lib/
H A Dcopy.c72 uint64_t sblock, eblock, subldr, eubldr; in uboot_loadaddr() local
/freebsd-12.1/sbin/ffsinfo/
H A Dffsinfo.c87 #define sblock disk.d_fs macro
/freebsd-12.1/sbin/dump/
H A Ddump.h88 struct fs *sblock; /* the file system super block */ variable
/freebsd-12.1/usr.sbin/makefs/ffs/
H A Dmkfs.c87 #define sblock fsun.fs macro
/freebsd-12.1/sbin/newfs/
H A Dmkfs.c80 #define sblock disk.d_fs macro
/freebsd-12.1/sbin/tunefs/
H A Dtunefs.c79 #define sblock disk.d_fs macro
/freebsd-12.1/sbin/quotacheck/
H A Dquotacheck.c85 #define sblock sb_un.sblk macro
/freebsd-12.1/sbin/growfs/
H A Dgrowfs.c96 #define sblock fsun1.fs /* the new superblock */ macro
/freebsd-12.1/sbin/fsck_ffs/
H A Dfsck.h221 #define sblock (*sblk.b_un.b_fs) macro
/freebsd-12.1/sys/kern/
H A Duipc_sockbuf.c273 sblock(struct sockbuf *sb, int flags) in sblock() function