Home
last modified time | relevance | path

Searched refs:spl_fstrans_mark (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c68 cookie = spl_fstrans_mark(); in zpl_lookup()
180 cookie = spl_fstrans_mark();
230 cookie = spl_fstrans_mark();
279 cookie = spl_fstrans_mark();
322 cookie = spl_fstrans_mark(); in zpl_unlink()
362 cookie = spl_fstrans_mark();
401 cookie = spl_fstrans_mark(); in zpl_rmdir()
427 cookie = spl_fstrans_mark();
545 cookie = spl_fstrans_mark();
578 cookie = spl_fstrans_mark();
[all …]
H A Dzpl_export.c42 cookie = spl_fstrans_mark(); in zpl_encode_fh()
106 cookie = spl_fstrans_mark(); in zpl_fh_to_dentry()
190 cookie = spl_fstrans_mark(); in zpl_get_name()
209 cookie = spl_fstrans_mark(); in zpl_get_parent()
232 cookie = spl_fstrans_mark(); in zpl_commit_metadata()
H A Dzpl_file.c83 cookie = spl_fstrans_mark(); in zpl_open()
99 cookie = spl_fstrans_mark(); in zpl_release()
126 cookie = spl_fstrans_mark(); in zpl_iterate()
182 cookie = spl_fstrans_mark(); in zpl_fsync()
276 cookie = spl_fstrans_mark(); in zpl_iter_read()
335 cookie = spl_fstrans_mark(); in zpl_iter_write()
377 cookie = spl_fstrans_mark(); in zpl_llseek()
466 cookie = spl_fstrans_mark(); in zpl_mmap()
494 cookie = spl_fstrans_mark(); in zpl_readpage_common()
563 cookie = spl_fstrans_mark(); in zpl_putpage()
[all …]
H A Dzpl_super.c84 cookie = spl_fstrans_mark(); in zpl_dirty_inode()
134 cookie = spl_fstrans_mark(); in zpl_evict_inode()
147 cookie = spl_fstrans_mark(); in zpl_put_super()
197 cookie = spl_fstrans_mark(); in zpl_sync_fs()
230 cookie = spl_fstrans_mark(); in zpl_statfs()
912 fstrans_cookie_t cookie = spl_fstrans_mark(); in zpl_get_tree()
952 cookie = spl_fstrans_mark(); in zpl_reconfigure()
H A Dzpl_file_range.c91 cookie = spl_fstrans_mark(); in zpl_clone_file_range_impl()
140 cookie = spl_fstrans_mark(); in zpl_dedupe_file_range_impl()
H A Dzpl_ctldir.c569 cookie = spl_fstrans_mark(); in zpl_snapdir_lookup()
631 cookie = spl_fstrans_mark(); in zpl_snapdir_iterate()
801 cookie = spl_fstrans_mark(); in zpl_shares_lookup()
829 cookie = spl_fstrans_mark(); in zpl_shares_iterate()
H A Dzpl_xattr.c241 cookie = spl_fstrans_mark(); in zpl_xattr_list()
307 cookie = spl_fstrans_mark(); in zpl_xattr_get_dir()
437 cookie = spl_fstrans_mark(); in zpl_xattr_get()
608 cookie = spl_fstrans_mark(); in zpl_xattr_set()
H A Dzfs_ctldir.c780 cookie = spl_fstrans_mark(); in zfsctl_snapshot_path_objset()
H A Dzvol_os.c490 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_request_impl()
H A Dzfs_vnops_os.c392 cookie = spl_fstrans_mark(); in zfs_write_simple()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dkmem.c77 spl_fstrans_mark(void) in spl_fstrans_mark() function
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h81 #define spl_fstrans_mark() (0) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkmem.h79 extern fstrans_cookie_t spl_fstrans_mark(void);
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h104 spl_fstrans_mark(void) in spl_fstrans_mark() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c1623 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_create_minors_impl()
1899 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_set_snapdev_impl()
1937 cookie = spl_fstrans_mark(); in zvol_set_volmode_impl()
H A Ddmu_send.c1199 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_traverse_thread()
1299 fstrans_cookie_t cookie = spl_fstrans_mark(); in redact_list_thread()
1508 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_merge_thread()
1773 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_reader_thread()
H A Ddmu_traverse.c601 fstrans_cookie_t cookie = spl_fstrans_mark(); in traverse_prefetch_thread()
H A Dtxg.c518 (void) spl_fstrans_mark(); in txg_sync_thread()
H A Darc.c4901 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_evict_cb()
5000 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_reap_cb()
5931 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_read()
6849 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_write_ready()
10221 cookie = spl_fstrans_mark(); in l2arc_feed_thread()
H A Dzfs_ioctl.c8696 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
8744 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
8799 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
H A Ddmu_recv.c4780 fstrans_cookie_t cookie = spl_fstrans_mark(); in receive_writer_thread()
H A Dmetaslab.c3773 fstrans_cookie_t cookie = spl_fstrans_mark(); in metaslab_preload()
H A Dzio.c2664 cookie = spl_fstrans_mark(); in zio_execute()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c926 fstrans_cookie_t cookie = spl_fstrans_mark(); in __spl_cache_grow()
H A Dspl-taskq.c1018 (void) spl_fstrans_mark(); in taskq_thread()

12