Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_inode.c1028 hammer2_xop_scanlhc_t *sxop; in hammer2_inode_create_pfs() local
1032 sxop = hammer2_xop_alloc(pip, HAMMER2_XOP_MODIFYING); in hammer2_inode_create_pfs()
1033 sxop->lhc = lhc; in hammer2_inode_create_pfs()
1034 hammer2_xop_start(&sxop->head, &hammer2_scanlhc_desc); in hammer2_inode_create_pfs()
1036 if (lhc != sxop->head.cluster.focus->bref.key) in hammer2_inode_create_pfs()
1040 hammer2_xop_retire(&sxop->head, HAMMER2_XOPMASK_VOP); in hammer2_inode_create_pfs()
1304 hammer2_xop_scanlhc_t *sxop; in hammer2_dirent_create() local
1308 sxop = hammer2_xop_alloc(dip, HAMMER2_XOP_MODIFYING); in hammer2_dirent_create()
1309 sxop->lhc = lhc; in hammer2_dirent_create()
1312 if (lhc != sxop->head.cluster.focus->bref.key) in hammer2_dirent_create()
[all …]
H A Dhammer2_vnops.c2170 hammer2_xop_scanlhc_t *sxop; in hammer2_vop_nrename() local
2175 sxop = hammer2_xop_alloc(tdip, HAMMER2_XOP_MODIFYING); in hammer2_vop_nrename()
2176 sxop->lhc = tlhc; in hammer2_vop_nrename()
2177 hammer2_xop_start(&sxop->head, &hammer2_scanlhc_desc); in hammer2_vop_nrename()
2178 while ((error = hammer2_xop_collect(&sxop->head, 0)) == 0) { in hammer2_vop_nrename()
2179 if (tlhc != sxop->head.cluster.focus->bref.key) in hammer2_vop_nrename()
2184 hammer2_xop_retire(&sxop->head, HAMMER2_XOPMASK_VOP); in hammer2_vop_nrename()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_inode.c1035 hammer2_xop_scanlhc_t *sxop; in hammer2_inode_create_pfs() local
1039 sxop = hammer2_xop_alloc(pip, HAMMER2_XOP_MODIFYING); in hammer2_inode_create_pfs()
1040 sxop->lhc = lhc; in hammer2_inode_create_pfs()
1041 hammer2_xop_start(&sxop->head, &hammer2_scanlhc_desc); in hammer2_inode_create_pfs()
1043 if (lhc != sxop->head.cluster.focus->bref.key) in hammer2_inode_create_pfs()
1047 hammer2_xop_retire(&sxop->head, HAMMER2_XOPMASK_VOP); in hammer2_inode_create_pfs()
1312 hammer2_xop_scanlhc_t *sxop; in hammer2_dirent_create() local
1316 sxop = hammer2_xop_alloc(dip, HAMMER2_XOP_MODIFYING); in hammer2_dirent_create()
1317 sxop->lhc = lhc; in hammer2_dirent_create()
1320 if (lhc != sxop->head.cluster.focus->bref.key) in hammer2_dirent_create()
[all …]
H A Dhammer2_vnops.c2599 hammer2_xop_scanlhc_t *sxop; in hammer2_vop_nrename()
2604 sxop = hammer2_xop_alloc(tdip, HAMMER2_XOP_MODIFYING); in hammer2_vop_nrename()
2605 sxop->lhc = tlhc; in hammer2_vop_nrename()
2606 hammer2_xop_start(&sxop->head, &hammer2_scanlhc_desc); in hammer2_vop_nrename()
2607 while ((error = hammer2_xop_collect(&sxop->head, 0)) == 0) { in hammer2_vop_nrename()
2608 if (tlhc != sxop->head.cluster.focus->bref.key) in hammer2_vop_nrename()
2613 hammer2_xop_retire(&sxop->head, HAMMER2_XOPMASK_VOP); in hammer2_vop_nrename()