Searched refs:snaps (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsnap.c27 * explicitly created on that realm, as well as any snaps in its
29 * parent (due to, say, a rename). Similarly, snaps from prior parents
34 * realm relationship, and for each realm has an explicit list of snaps
44 * realm, which simply lists the resulting set of snaps for the realm. This
174 kfree(realm->snaps);
302 * conservatively estimate that all parent snaps might be
322 dout("build_snap_context %llx %p: %p seq %lld (%d snaps)"
343 /* include any of parent's snaps occuring _after_ my
346 if (parent->cached_context->snaps[i] >=
348 snapc->snaps[nu
603 __le64 *snaps; /* encoded */ local
[all...]
H A Dsuper.h635 u64 snaps[]; member in struct:ceph_snap_context
682 u64 *prior_parent_snaps; /* snaps inherited from any parents we */
684 u64 *snaps; /* snaps specific to this realm */ member in struct:ceph_snap_realm
695 /* the current set of snaps for this realm */
H A Dosd_client.c227 put_unaligned_le64(snapc->snaps[i], p);

Completed in 86 milliseconds