Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c119 uint64_t se_objsetid; /* snapshot objset id */ member
144 se->se_objsetid = objsetid; in zfsctl_snapshot_alloc()
248 if (se_a->se_objsetid < se_b->se_objsetid) in snapentry_compare_by_objsetid()
250 else if (se_a->se_objsetid > se_b->se_objsetid) in snapentry_compare_by_objsetid()
291 search.se_objsetid = objsetid; in zfsctl_snapshot_find_by_objsetid()
331 uint64_t objsetid = se->se_objsetid; in snapentry_expire()