/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 47 uint32_t ffs_calc_sbhash(struct fs *); 82 ffs_verify_dinode_ckhash(struct fs *fs, struct ufs2_dinode *dip) in ffs_verify_dinode_ckhash() argument 89 if (dip->di_mode == 0 || (fs->fs_metackhash & CK_INODE) == 0) in ffs_verify_dinode_ckhash() 108 ffs_update_dinode_ckhash(struct fs *fs, struct ufs2_dinode *dip) in ffs_update_dinode_ckhash() argument 111 if (dip->di_mode == 0 || (fs->fs_metackhash & CK_INODE) == 0) in ffs_update_dinode_ckhash() 126 static int readsuper(void *, struct fs **, off_t, int, 128 static void ffs_oldfscompat_read(struct fs *, ufs2_daddr_t); 129 static int validate_sblock(struct fs *, int); 152 ffs_sbget(void *devfd, struct fs **fsp, off_t sblock, int flags, in ffs_sbget() 156 struct fs *fs; in ffs_sbget() local [all …]
|
H A D | fs.h | 50 * For filesystem fs, the offsets of the various blocks of interest 52 * [fs->fs_sblkno] Super-block 53 * [fs->fs_cblkno] Cylinder group block 54 * [fs->fs_iblkno] Inode blocks 55 * [fs->fs_dblkno] Data blocks 56 * The beginning of cylinder group cg in fs, is given by 57 * the ``cgbase(fs, cg)'' macro. 135 * information in the inode, using the ``blksize(fs, ip, lbn)'' macro. 330 uint64_t *si_active; /* (u) used by snapshots to track fs */ 340 struct fs { struct 341 fs_firstfieldfs global() argument 342 fs_unused_1fs global() argument 343 fs_sblknofs global() argument 344 fs_cblknofs global() argument 345 fs_iblknofs global() argument 346 fs_dblknofs global() argument 347 fs_old_cgoffsetfs global() argument 348 fs_old_cgmaskfs global() argument 349 fs_old_timefs global() argument 350 fs_old_sizefs global() argument 351 fs_old_dsizefs global() argument 352 fs_ncgfs global() argument 353 fs_bsizefs global() argument 354 fs_fsizefs global() argument 355 fs_fragfs global() argument 357 fs_minfreefs global() argument 358 fs_old_rotdelayfs global() argument 359 fs_old_rpsfs global() argument 361 fs_bmaskfs global() argument 362 fs_fmaskfs global() argument 363 fs_bshiftfs global() argument 364 fs_fshiftfs global() argument 366 fs_maxcontigfs global() argument 367 fs_maxbpgfs global() argument 369 fs_fragshiftfs global() argument 370 fs_fsbtodbfs global() argument 371 fs_sbsizefs global() argument 372 fs_spare1fs global() argument 374 fs_nindirfs global() argument 375 fs_inopbfs global() argument 376 fs_old_nspffs global() argument 378 fs_optimfs global() argument 379 fs_old_npsectfs global() argument 380 fs_old_interleavefs global() argument 381 fs_old_trackskewfs global() argument 382 fs_idfs global() argument 384 fs_old_csaddrfs global() argument 385 fs_cssizefs global() argument 386 fs_cgsizefs global() argument 387 fs_spare2fs global() argument 388 fs_old_nsectfs global() argument 389 fs_old_spcfs global() argument 390 fs_old_ncylfs global() argument 391 fs_old_cpgfs global() argument 392 fs_ipgfs global() argument 393 fs_fpgfs global() argument 395 fs_old_cstotalfs global() argument 397 fs_fmodfs global() argument 398 fs_cleanfs global() argument 399 fs_ronlyfs global() argument 400 fs_old_flagsfs global() argument 401 fs_fsmntfs global() argument 402 fs_volnamefs global() argument 403 fs_swuidfs global() argument 404 fs_padfs global() argument 406 fs_cgrotorfs global() argument 407 fs_ocspfs global() argument 408 fs_sifs global() argument 409 fs_old_cpcfs global() argument 410 fs_maxbsizefs global() argument 411 fs_unrefsfs global() argument 412 fs_providersizefs global() argument 413 fs_metaspacefs global() argument 414 fs_sparecon64fs global() argument 415 fs_sblockactuallocfs global() argument 416 fs_sblocklocfs global() argument 417 fs_cstotalfs global() argument 418 fs_timefs global() argument 419 fs_sizefs global() argument 420 fs_dsizefs global() argument 421 fs_csaddrfs global() argument 422 fs_pendingblocksfs global() argument 423 fs_pendinginodesfs global() argument 424 fs_snapinumfs global() argument 425 fs_avgfilesizefs global() argument 426 fs_avgfpdirfs global() argument 427 fs_save_cgsizefs global() argument 428 fs_mtimefs global() argument 429 fs_sujfreefs global() argument 430 fs_sparecon32fs global() argument 431 fs_ckhashfs global() argument 432 fs_metackhashfs global() argument 433 fs_flagsfs global() argument 434 fs_contigsumsizefs global() argument 435 fs_maxsymlinklenfs global() argument 436 fs_old_inodefmtfs global() argument 437 fs_maxfilesizefs global() argument 438 fs_qbmaskfs global() argument 439 fs_qfmaskfs global() argument 440 fs_statefs global() argument 441 fs_old_postblformatfs global() argument 442 fs_old_nrposfs global() argument 443 fs_spare5fs global() argument 445 fs_magicfs global() argument 556 ACTIVECGNUM(fs,cg) global() argument 558 ACTIVESET(fs,cg) global() argument 562 ACTIVECLEAR(fs,cg) global() argument 573 CGSIZE(fs) global() argument 591 fs_cs(fs,indx) global() argument 645 fsbtodb(fs,b) global() argument 646 dbtofsb(fs,b) global() argument 652 cgbase(fs,c) global() argument 653 cgdata(fs,c) global() argument 654 cgmeta(fs,c) global() argument 655 cgdmin(fs,c) global() argument 656 cgimin(fs,c) global() argument 657 cgsblock(fs,c) global() argument 658 cgtod(fs,c) global() argument 659 cgstart(fs,c) global() argument 669 ino_to_cg(fs,x) global() argument 670 ino_to_fsba(fs,x) global() argument 673 ino_to_fsbo(fs,x) global() argument 679 dtog(fs,d) global() argument 680 dtogd(fs,d) global() argument 686 blkmap(fs,map,loc) global() argument 694 blkoff(fs,loc) global() argument 696 fragoff(fs,loc) global() argument 698 lfragtosize(fs,frag) global() argument 700 lblktosize(fs,blk) global() argument 703 smalllblktosize(fs,blk) global() argument 705 lblkno(fs,loc) global() argument 707 numfrags(fs,loc) global() argument 709 blkroundup(fs,size) global() argument 711 fragroundup(fs,size) global() argument 713 fragstoblks(fs,frags) global() argument 715 blkstofrags(fs,blks) global() argument 717 fragnum(fs,fsb) global() argument 719 blknum(fs,fsb) global() argument 726 freespace(fs,percentreserved) global() argument 734 blksize(fs,ip,lbn) global() argument 739 sblksize(fs,size,lbn) global() argument 747 NINDIR(fs) global() argument 776 lbn_offset(struct fs * fs,int level) lbn_offset() argument 788 INOPB(fs) global() argument 789 INOPF(fs) global() argument [all...] |
H A D | ffs_alloc.c | 109 static void ffs_blkfree_cg(struct ufsmount *, struct fs *, 115 static void ffs_checkcgintegrity(struct fs *, uint64_t, int); 125 static ufs1_daddr_t ffs_mapsearch(struct fs *, struct cg *, ufs2_daddr_t, int); 158 struct fs *fs; in ffs_alloc() local 169 fs = ump->um_fs; in ffs_alloc() 172 if ((uint64_t)size > fs->fs_bsize || fragoff(fs, size) != 0) { in ffs_alloc() 174 devtoname(ump->um_dev), (long)fs->fs_bsize, size, in ffs_alloc() 175 fs->fs_fsmnt); in ffs_alloc() 190 if (size == fs->fs_bsize && fs->fs_cstotal.cs_nbfree == 0) in ffs_alloc() 193 freespace(fs, fs->fs_minfree) - numfrags(fs, size) < 0) in ffs_alloc() [all …]
|
/freebsd/sys/vm/ |
H A D | vm_fault.c | 176 static void vm_fault_dontneed(const struct faultstate *fs, vm_offset_t vaddr, 178 static void vm_fault_prefault(const struct faultstate *fs, vm_offset_t addra, 243 vm_fault_unlock_map(struct faultstate *fs) in vm_fault_unlock_map() argument 246 if (fs->lookup_still_valid) { in vm_fault_unlock_map() 247 vm_map_lookup_done(fs->map, fs->entry); in vm_fault_unlock_map() 248 fs->lookup_still_valid = false; in vm_fault_unlock_map() 253 vm_fault_unlock_vp(struct faultstate *fs) in vm_fault_unlock_vp() argument 256 if (fs->vp != NULL) { in vm_fault_unlock_vp() 257 vput(fs->vp); in vm_fault_unlock_vp() 258 fs->vp = NULL; in vm_fault_unlock_vp() [all …]
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 66 static int32_t ffs_mapsearch(struct fs *, struct cg *, daddr_t, int); 91 struct fs *fs = ip->i_fs; in ffs_alloc() local 96 if (size > fs->fs_bsize || fragoff(fs, size) != 0) { in ffs_alloc() 98 fs->fs_bsize, size); in ffs_alloc() 100 if (size == fs->fs_bsize && fs->fs_cstotal.cs_nbfree == 0) in ffs_alloc() 102 if (bpref >= fs->fs_size) in ffs_alloc() 105 cg = ino_to_cg(fs, ip->i_number); in ffs_alloc() 107 cg = dtog(fs, bpref); in ffs_alloc() 151 struct fs *fs; in ffs_blkpref_ufs1() local 155 fs = ip->i_fs; in ffs_blkpref_ufs1() [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 38 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() argument 41 if (fs->pc > fs->lasttarget) { /* no jumps to current position? */ in luaK_nil() 42 previous = &fs->f->code[fs->pc-1]; in luaK_nil() 56 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil() 60 int luaK_jump (FuncState *fs) { in luaK_jump() argument 61 int jpc = fs->jpc; /* save list of jumps to here */ in luaK_jump() 63 fs->jpc = NO_JUMP; in luaK_jump() 64 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump() 65 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump() 70 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() argument [all …]
|
H A D | lparser.c | 59 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS); in anchor_token() 80 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() argument 81 lua_State *L = fs->ls->L; in errorlimit() 83 int line = fs->f->linedefined; in errorlimit() 89 luaX_syntaxerror(fs->ls, msg); in errorlimit() 93 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() argument 94 if (v > l) errorlimit(fs, l, what); in checklimit() 153 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring() 163 FuncState *fs = ls->fs; in registerlocalvar() local 164 Proto *f = fs->f; in registerlocalvar() [all …]
|
H A D | lcode.h | 39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) argument 41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) argument 43 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument 45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) argument 47 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 48 LUAI_FUNC int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); 49 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k); 50 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 51 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); 52 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); [all …]
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | operations_test.cpp | 62 namespace fs = utils::fs; 91 const fs::path lookup_path = fs::path(dir) / name; in lookup() 109 const fs::path source("f1.txt"); in ATF_TEST_CASE_BODY() 110 const fs::path target("f2.txt"); in ATF_TEST_CASE_BODY() 113 fs::copy(source, target); in ATF_TEST_CASE_BODY() 121 const fs::path source("f1.txt"); in ATF_TEST_CASE_BODY() 122 const fs::path target("f2.txt"); in ATF_TEST_CASE_BODY() 124 ATF_REQUIRE_THROW_RE(fs::error, "Cannot open copy source f1.txt", in ATF_TEST_CASE_BODY() 125 fs::copy(source, target)); in ATF_TEST_CASE_BODY() 136 const fs::path source("f1.txt"); in ATF_TEST_CASE_BODY() [all …]
|
H A D | operations.cpp | 72 namespace fs = utils::fs; 151 static void run_mount_tmpfs(const fs::path&, const uint64_t) UTILS_NORETURN; 161 run_mount_tmpfs(const fs::path& mount_point, const uint64_t size) in run_mount_tmpfs() 241 unmount_with_unmount2(const fs::path& mount_point) in unmount_with_unmount2() 247 throw fs::system_error(F("unmount(%s) failed") % mount_point, in unmount_with_unmount2() 261 unmount_with_umount8(const fs::path& mount_point) in unmount_with_umount8() 268 throw fs::system_error("Cannot fork to execute unmount tool", in unmount_with_umount8() 283 throw fs::system_error("Failed to wait for unmount subprocess", in unmount_with_umount8() 291 throw fs::error(F("Failed to unmount %s; returned exit code %s") in unmount_with_umount8() 294 throw fs::error(F("Failed to unmount %s; unmount tool received signal") in unmount_with_umount8() [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lcode.c | 41 static int codesJ (FuncState *fs, OpCode o, int sj, int k); 74 static TValue *const2val (FuncState *fs, const expdesc *e) { in const2val() argument 76 return &fs->ls->dyd->actvar.arr[e->u.info].k; in const2val() 84 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() argument 98 setsvalue(fs->ls->L, v, e->u.strval); in luaK_exp2const() 102 setobj(fs->ls->L, v, const2val(fs, e)); in luaK_exp2const() 116 static Instruction *previousinstruction (FuncState *fs) { in previousinstruction() argument 118 if (fs->pc > fs->lasttarget) in previousinstruction() 119 return &fs->f->code[fs->pc - 1]; /* previous instruction */ in previousinstruction() 131 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() argument [all …]
|
H A D | lparser.c | 74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() argument 75 lua_State *L = fs->ls->L; in errorlimit() 77 int line = fs->f->linedefined; in errorlimit() 83 luaX_syntaxerror(fs->ls, msg); in errorlimit() 87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() argument 88 if (v > l) errorlimit(fs, l, what); in checklimit() 175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar() argument 176 Proto *f = fs->f; in registerlocalvar() 178 luaM_growvector(ls->L, f->locvars, fs->ndebugvars, f->sizelocvars, in registerlocalvar() 182 f->locvars[fs->ndebugvars].varname = varname; in registerlocalvar() [all …]
|
H A D | lcode.h | 48 #define luaK_codeABC(fs,o,a,b,c) luaK_codeABCk(fs,o,a,b,c,0) argument 55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) argument 58 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument 60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) argument 62 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i); 63 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx); 64 LUAI_FUNC int luaK_codeAsBx (FuncState *fs, OpCode o, int A, int Bx); 65 LUAI_FUNC int luaK_codeABCk (FuncState *fs, OpCode o, int A, 68 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v); 69 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); [all …]
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 103 struct m_ext2fs *fs; in ext2_alloc() local 109 fs = ip->i_e2fs; in ext2_alloc() 113 if ((u_int)size > fs->e2fs_bsize || blkoff(fs, size) != 0) { in ext2_alloc() 115 (long unsigned int)fs->e2fs_bsize, size, fs->e2fs_fsmnt); in ext2_alloc() 121 if (size == fs->e2fs_bsize && fs->e2fs_fbcount == 0) in ext2_alloc() 124 fs->e2fs_fbcount < fs->e2fs_rbcount) in ext2_alloc() 126 if (bpref >= fs->e2fs_bcount) in ext2_alloc() 129 cg = ino_to_cg(fs, ip->i_number); in ext2_alloc() 131 cg = dtog(fs, bpref); in ext2_alloc() 132 bno = (daddr_t)ext2_hashalloc(ip, cg, bpref, fs->e2fs_bsize, in ext2_alloc() [all …]
|
H A D | fs.h | 102 #define fsbtodb(fs, b) ((daddr_t)(b) << (fs)->e2fs_fsbtodb) argument 103 #define dbtofsb(fs, b) ((b) >> (fs)->e2fs_fsbtodb) argument 106 #define ino_to_cg(fs, x) (((x) - 1) / (fs->e2fs_ipg)) argument 109 #define ino_to_fsba(fs, x) \ argument 110 (e2fs_gd_get_i_tables(&(fs)->e2fs_gd[ino_to_cg((fs), (x))]) + \ 111 (((x) - 1) % (fs)->e2fs_ipg) / (fs)->e2fs_ipb) 114 #define ino_to_fsbo(fs, x) ((x-1) % (fs->e2fs_ipb)) argument 120 #define dtog(fs, d) (((d) - le32toh(fs->e2fs->e2fs_first_dblock)) / \ argument 121 EXT2_BLOCKS_PER_GROUP(fs)) 122 #define dtogd(fs, d) (((d) - le32toh(fs->e2fs->e2fs_first_dblock)) % \ argument [all …]
|
H A D | ext2_csum.c | 75 ext2_sb_csum_set_seed(struct m_ext2fs *fs) in ext2_sb_csum_set_seed() argument 78 if (EXT2_HAS_INCOMPAT_FEATURE(fs, EXT2F_INCOMPAT_CSUM_SEED)) in ext2_sb_csum_set_seed() 79 fs->e2fs_csum_seed = le32toh(fs->e2fs->e4fs_chksum_seed); in ext2_sb_csum_set_seed() 80 else if (EXT2_HAS_RO_COMPAT_FEATURE(fs, EXT2F_ROCOMPAT_METADATA_CKSUM)) { in ext2_sb_csum_set_seed() 81 fs->e2fs_csum_seed = calculate_crc32c(~0, fs->e2fs->e2fs_uuid, in ext2_sb_csum_set_seed() 82 sizeof(fs->e2fs->e2fs_uuid)); in ext2_sb_csum_set_seed() 85 fs->e2fs_csum_seed = 0; in ext2_sb_csum_set_seed() 89 ext2_sb_csum_verify(struct m_ext2fs *fs) in ext2_sb_csum_verify() argument 92 if (fs->e2fs->e4fs_chksum_type != EXT4_CRC32C_CHKSUM) { in ext2_sb_csum_verify() 94 "WARNING: mount of %s denied due bad sb csum type\n", fs->e2fs_fsmnt); in ext2_sb_csum_verify() [all …]
|
/freebsd/lib/libufs/ |
H A D | cgroup.c | 55 struct fs *fs; in cgballoc() local 58 fs = &disk->d_fs; in cgballoc() 61 for (bno = 0; bno < fs->fs_fpg / fs->fs_frag; bno++) in cgballoc() 62 if (ffs_isblock(fs, blksfree, bno)) in cgballoc() 66 fs->fs_cs(fs, cgp->cg_cgx).cs_nbfree--; in cgballoc() 67 ffs_clrblock(fs, blksfree, (long)bno); in cgballoc() 68 ffs_clusteracct(fs, cgp, bno, -1); in cgballoc() 70 fs->fs_cstotal.cs_nbfree--; in cgballoc() 71 fs->fs_fmod = 1; in cgballoc() 72 return (cgbase(fs, cgp->cg_cgx) + blkstofrags(fs, bno)); in cgballoc() [all …]
|
H A D | sblock.c | 49 static int handle_disk_read(struct uufsd *, struct fs *, int); 66 struct fs *fs; in sbread() local 69 error = sbget(disk->d_fd, &fs, disk->d_sblockloc, disk->d_lookupflags); in sbread() 70 return (handle_disk_read(disk, fs, error)); in sbread() 90 struct fs *fs; in sbfind() local 93 error = sbsearch(disk->d_fd, &fs, flags); in sbfind() 94 return (handle_disk_read(disk, fs, error)); in sbfind() 98 handle_disk_read(struct uufsd *disk, struct fs *fs, int error) in handle_disk_read() argument 130 memcpy(&disk->d_fs, fs, fs->fs_sbsize); in handle_disk_read() 131 free(fs); in handle_disk_read() [all …]
|
/freebsd/stand/libsa/ |
H A D | dosfs.c | 146 #define bytsec(fs, n) ((n) >> (fs)->sshift) argument 147 #define secbyt(fs, s) ((s) << (fs)->sshift) argument 148 #define depsec(fs) (1 << (fs)->dshift) argument 149 #define entsec(fs, e) ((e) >> (fs)->dshift) argument 150 #define bytblk(fs, n) ((n) >> (fs)->bshift) argument 151 #define blkbyt(fs, b) ((b) << (fs)->bshift) argument 152 #define secblk(fs, s) ((s) >> ((fs)->bshift - (fs)->sshift)) argument 153 #define blksec(fs, b) ((b) << ((fs)->bshift - (fs)->sshift)) argument 156 #define blkoff(fs, b) (secbyt(fs, (fs)->lsndta) + \ argument 157 blkbyt(fs, (b) - LOCLUS)) [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/delegate/ |
H A D | delegate_common.kshlib | 206 typeset fs=$3 211 verify_fs_create $user $perm $fs 215 verify_fs_destroy $user $perm $fs 219 verify_fs_snapshot $user $perm $fs 223 verify_fs_rollback $user $perm $fs 227 verify_fs_clone $user $perm $fs 231 verify_fs_rename $user $perm $fs 235 verify_fs_mount $user $perm $fs 239 verify_fs_share $user $perm $fs 243 verify_fs_mountpoint $user $perm $fs [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | zfskeys | 44 local fs="$1" 50 echo "Key prompt for $fs." 51 if zfs load-key -L "$kl" "$fs" < /dev/tty > /dev/tty 2>/dev/tty ; then 52 echo "Key loaded for $fs." 54 echo "Key failed to load for $fs." 57 if [ "$(zfs get -Ho value keystatus "$fs")" = 'available' ]; then 58 echo "Key already loaded for $fs." 59 elif keytest=$(zfs load-key -n -L "$kl" "$fs" 2>&1); then 60 echo "Loading key for $fs from $kl.." 61 if ! keyload=$(timeout $zfskeys_timeout zfs load-key -L "$kl" "$fs" 2>&1) ; then [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_glue.c | 157 struct dn_flow_set *fs ; /* parent flow set */ member 193 struct dn_flow_set fs ; /* used with fixed-rate flows */ member 222 struct dn_flow_set *fs ; /* parent flow set */ member 257 struct dn_flow_set fs ; /* used with fixed-rate flows */ member 384 if (p->pipe_nr == 0 && p->fs.fs_nr == 0) in dn_compat_del() 386 if (p->pipe_nr != 0 && p->fs.fs_nr != 0) in dn_compat_del() 389 if (p8->pipe_nr == 0 && p8->fs.fs_nr == 0) in dn_compat_del() 391 if (p8->pipe_nr != 0 && p8->fs.fs_nr != 0) in dn_compat_del() 400 cmd.a[0] = (is7) ? p->fs.fs_nr : p8->fs.fs_nr; in dn_compat_del() 407 dn_compat_config_queue(struct dn_fs *fs, void* v) in dn_compat_config_queue() argument [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | delegate_common.kshlib | 193 typeset fs=$3 197 verify_fs_create $user $perm $fs 200 verify_fs_destroy $user $perm $fs 203 verify_fs_snapshot $user $perm $fs 206 verify_fs_rollback $user $perm $fs 209 verify_fs_clone $user $perm $fs 212 verify_fs_rename $user $perm $fs 215 verify_fs_mount $user $perm $fs 218 verify_fs_share $user $perm $fs 221 verify_fs_mountpoint $user $perm $fs [all …]
|
/freebsd/tools/diag/prtblknos/ |
H A D | prtblknos.c | 46 void prtblknos(struct fs *fs, union dinode *dp); 48 static const char *distance(struct fs *, ufs2_daddr_t, ufs2_daddr_t); 49 static void printblk(struct fs *, ufs_lbn_t, ufs2_daddr_t, int, ufs_lbn_t); 50 static void indirprt(struct fs *, int, ufs_lbn_t, ufs_lbn_t, ufs2_daddr_t, 54 prtblknos(struct fs *fs, union dinode *dp) in prtblknos() argument 61 if (fs->fs_magic == FS_UFS1_MAGIC) { in prtblknos() 95 if (size < fs->fs_maxsymlinklen) { in prtblknos() 97 (fs->fs_magic == FS_UFS1_MAGIC) ? in prtblknos() 119 lastlbn = howmany(size, fs->fs_bsize); in prtblknos() 123 frags = fs->fs_frag; in prtblknos() [all …]
|
/freebsd/sys/kern/ |
H A D | Make.tags.inc | 17 ${SYS}/fs/autofs/*.[ch] \ 18 ${SYS}/fs/cd9660/*.[ch] \ 19 ${SYS}/fs/cuse/*.[ch] \ 20 ${SYS}/fs/deadfs/*.[ch] \ 21 ${SYS}/fs/devfs/*.[ch] \ 22 ${SYS}/fs/ext2fs/*.[ch] \ 23 ${SYS}/fs/fdescfs/*.[ch] \ 24 ${SYS}/fs/fifofs/*.[ch] \ 25 ${SYS}/fs/fuse/*.[ch] \ 26 ${SYS}/fs/msdosfs/*.[ch] \ [all …]
|