Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 19 of 19) sorted by relevance

/fs/bcachefs/
A Dsb-counters.c42 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_to_text() local
43 if (stable < nr) in bch2_sb_counters_to_text()
46 le64_to_cpu(ctrs->d[stable])); in bch2_sb_counters_to_text()
59 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_to_cpu() local
60 if (stable < nr) { in bch2_sb_counters_to_cpu()
61 u64 v = le64_to_cpu(ctrs->d[stable]); in bch2_sb_counters_to_cpu()
86 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_from_cpu() local
87 if (stable < nr) in bch2_sb_counters_from_cpu()
132 unsigned stable = counters_to_stable_map[i]; in bch2_ioctl_query_counters() local
134 if (stable < arg.nr) { in bch2_ioctl_query_counters()
[all …]
A Drecovery_passes.c117 enum bch_recovery_pass_stable stable = bch2_recovery_pass_to_stable(pass); in bch2_sb_recovery_pass_entry() local
124 if (stable >= recovery_passes_nr_entries(r)) { in bch2_sb_recovery_pass_entry()
125 unsigned u64s = struct_size(r, start, stable + 1) / sizeof(u64); in bch2_sb_recovery_pass_entry()
134 return r->start + stable; in bch2_sb_recovery_pass_entry()
171 enum bch_recovery_pass_stable stable = bch2_recovery_pass_to_stable(pass); in bch2_recovery_pass_want_ratelimit() local
179 if (stable < recovery_passes_nr_entries(r)) { in bch2_recovery_pass_want_ratelimit()
180 struct recovery_pass_entry *i = r->start + stable; in bch2_recovery_pass_want_ratelimit()
/fs/nfs/
A Dnfstrace.h1318 __field(unsigned long, stable)
1329 __entry->stable = hdr->args.stable;
1342 show_nfs_stable_how(__entry->stable)
1362 __field(unsigned long, stable)
1377 __entry->stable = verf->committed;
1395 show_nfs_stable_how(__entry->stable),
1503 __field(unsigned long, stable)
1516 __entry->stable = verf->committed;
1532 show_nfs_stable_how(__entry->stable),
A Dlocalio.c675 (hdr->args.stable == NFS_UNSTABLE) ? "unstable" : "stable"); in nfs_do_local_write()
682 switch (hdr->args.stable) { in nfs_do_local_write()
694 nfs_set_local_verifier(hdr->inode, hdr->res.verf, hdr->args.stable); in nfs_do_local_write()
A Dwrite.c1550 if (committed < hdr->args.stable) { in nfs_writeback_done()
1566 committed, hdr->args.stable); in nfs_writeback_done()
1626 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
A Dpagelist.c699 hdr->args.stable = NFS_UNSTABLE; in nfs_pgio_rpcsetup()
708 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
A Dnfs4_fs.h419 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
A Dproc.c646 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
A Dnfs3xdr.c978 *p++ = cpu_to_be32(args->stable); in encode_write3args()
A Dnfs4xdr.c1799 *p++ = cpu_to_be32(args->stable); in encode_write()
/fs/nfsd/
A Dvfs.h133 unsigned long *cnt, int stable, __be32 *verf);
137 unsigned long *cnt, int stable, __be32 *verf);
A Dvfs.c1179 int stable, __be32 *verf) in nfsd_vfs_write() argument
1216 stable = NFS_UNSTABLE; in nfsd_vfs_write()
1219 if (stable && !fhp->fh_use_wgather) in nfsd_vfs_write()
1239 if (stable && fhp->fh_use_wgather) { in nfsd_vfs_write()
1340 const struct xdr_buf *payload, unsigned long *cnt, int stable, in nfsd_write() argument
1353 stable, verf); in nfsd_write()
A Dxdr3.h41 int stable; member
A Dnfs3proc.c228 argp->stable ? " stable" : ""); in nfsd3_proc_write()
236 resp->committed = argp->stable; in nfsd3_proc_write()
A DKconfig170 stable storage in order to handle state recovery after reboot. Most
A Dnfs3xdr.c557 if (xdr_stream_decode_u32(xdr, &args->stable) < 0) in nfs3svc_decode_writeargs()
/fs/btrfs/
A DKconfig91 Enable experimental features. These features may not be stable enough
/fs/affs/
A DChanges4 then, 3.1 doesn't mean 'perfectly stable', too.)
/fs/befs/
A DChangeLog218 seems stable and not outragously slow. Existing features are more-or-less

Completed in 63 milliseconds