Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 25 of 30) sorted by relevance

12

/busybox-1.35.0/util-linux/
Dmesg.c50 struct stat sb; in mesg_main() local
Dmkfs_ext2.c241 struct ext2_super_block *sb; // superblock in mkfs_ext2_main() local
Dmkfs_reiser.c160 struct reiserfs_super_block *sb; in mkfs_reiser_main() local
/busybox-1.35.0/selinux/
Dsetfiles.c191 struct stat sb; in add_exclude() local
233 static int match(const char *name, struct stat *sb, char **con) in match()
468 struct stat *sb) in apply_spec()
519 struct stat sb; in process_one() local
566 struct stat sb; in setfiles_main() local
/busybox-1.35.0/loginutils/
Dadd-remove-shell.c54 struct stat sb; in add_remove_shell_main() local
/busybox-1.35.0/libbb/
Dpidfile.c21 struct stat sb; in write_pidfile() local
Dupdate_passwd.c94 struct stat sb; in update_passwd() local
Dprocps.c353 struct stat sb; in procps_scan() local
/busybox-1.35.0/util-linux/volume_id/
Dsquashfs.c34 struct squashfs_superblock *sb; in volume_id_probe_squashfs() local
Dlfs.c47 struct lfs_super_block *sb; in volume_id_probe_lfs() local
Derofs.c47 struct erofs_super_block *sb; in volume_id_probe_erofs() local
Dbcache.c91 struct bcache_super_block *sb; in volume_id_probe_bcache() local
Df2fs.c68 struct f2fs_super_block *sb; in volume_id_probe_f2fs() local
Dexfat.c77 struct exfat_super_block *sb; in volume_id_probe_exfat() local
Dubifs.c108 struct ubifs_sb_node *sb; in volume_id_probe_ubifs() local
Dnilfs.c89 struct nilfs2_super_block *sb; in volume_id_probe_nilfs() local
Dbtrfs.c93 struct btrfs_super_block *sb; in volume_id_probe_btrfs() local
/busybox-1.35.0/e2fsprogs/
Dtune2fs.c54 struct ext2_super_block *sb; in tune2fs_main() local
/busybox-1.35.0/coreutils/
Dshred.c68 struct stat sb; in shred_main() local
/busybox-1.35.0/procps/
Dsmemcap.c29 static void writeheader(const char *path, struct stat *sb, int type) in writeheader()
/busybox-1.35.0/networking/
Dhttpd_indexcgi.c253 struct stat sb; in main() local
Dtls_pstm.c805 int sa, sb; //bbox: was int16 in pstm_sub() local
1847 int sa, sb; //bbox: was int16 in pstm_add() local
/busybox-1.35.0/miscutils/
Dman.c97 struct stat sb; in run_pipe() local
/busybox-1.35.0/include/
Dbb_e2fs_defs.h39 #define EXT2_SB(sb) (sb) argument
350 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ argument
490 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \ argument
492 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \ argument
494 #define EXT2_HAS_INCOMPAT_FEATURE(sb,mask) \ argument
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c248 struct stat sb; in pid_is_user() local

12