| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 62 cookie = spl_fstrans_mark(); in zpl_dirty_inode() 72 cookie = spl_fstrans_mark(); in zpl_dirty_inode() 98 cookie = spl_fstrans_mark(); in zpl_evict_inode() 111 cookie = spl_fstrans_mark(); in zpl_put_super() 125 cookie = spl_fstrans_mark(); in zpl_sync_fs() 140 cookie = spl_fstrans_mark(); in zpl_statfs() 177 cookie = spl_fstrans_mark(); in zpl_remount_fs() 252 cookie = spl_fstrans_mark(); in zpl_fill_super()
|
| H A D | zpl_export.c | 53 cookie = spl_fstrans_mark(); 83 cookie = spl_fstrans_mark(); 117 cookie = spl_fstrans_mark(); 140 cookie = spl_fstrans_mark();
|
| H A D | zpl_inode.c | 54 cookie = spl_fstrans_mark(); in zpl_lookup() 143 cookie = spl_fstrans_mark(); in zpl_create() 187 cookie = spl_fstrans_mark(); in zpl_mknod() 229 cookie = spl_fstrans_mark(); in zpl_tmpfile() 263 cookie = spl_fstrans_mark(); in zpl_unlink() 293 cookie = spl_fstrans_mark(); in zpl_mkdir() 323 cookie = spl_fstrans_mark(); in zpl_rmdir() 347 cookie = spl_fstrans_mark(); in zpl_getattr_impl() 388 cookie = spl_fstrans_mark(); in zpl_setattr() 414 cookie = spl_fstrans_mark(); in zpl_rename2() [all …]
|
| H A D | zpl_file.c | 55 cookie = spl_fstrans_mark(); in zpl_open() 71 cookie = spl_fstrans_mark(); in zpl_release() 92 cookie = spl_fstrans_mark(); in zpl_iterate() 132 cookie = spl_fstrans_mark(); in zpl_fsync() 170 cookie = spl_fstrans_mark(); in zpl_fsync() 269 cookie = spl_fstrans_mark(); in zpl_iter_read() 331 cookie = spl_fstrans_mark(); in zpl_iter_write() 372 cookie = spl_fstrans_mark(); in zpl_aio_read() 415 cookie = spl_fstrans_mark(); in zpl_aio_write() 574 cookie = spl_fstrans_mark(); in zpl_mmap() [all …]
|
| H A D | zpl_ctldir.c | 217 cookie = spl_fstrans_mark(); in zpl_snapdir_lookup() 246 cookie = spl_fstrans_mark(); in zpl_snapdir_iterate() 430 cookie = spl_fstrans_mark(); in zpl_shares_lookup() 457 cookie = spl_fstrans_mark(); in zpl_shares_iterate()
|
| H A D | zpl_xattr.c | 247 cookie = spl_fstrans_mark(); in zpl_xattr_list() 312 cookie = spl_fstrans_mark(); in zpl_xattr_get_dir() 436 cookie = spl_fstrans_mark(); in zpl_xattr_get() 605 cookie = spl_fstrans_mark(); in zpl_xattr_set()
|
| H A D | zfs_ctldir.c | 724 cookie = spl_fstrans_mark(); in zfsctl_snapshot_path_objset()
|
| H A D | zvol_os.c | 313 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_submit_bio()
|
| H A D | zfs_vnops_os.c | 378 cookie = spl_fstrans_mark(); in zfs_write_simple()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 78 #define spl_fstrans_mark() (0) macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kmem.h | 107 spl_fstrans_mark(void) in spl_fstrans_mark() function
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 1131 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_create_minors_recursive() 1363 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_set_snapdev_impl() 1402 cookie = spl_fstrans_mark(); in zvol_set_volmode_impl()
|
| H A D | dmu_send.c | 1233 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_traverse_thread() 1322 fstrans_cookie_t cookie = spl_fstrans_mark(); in redact_list_thread() 1519 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_merge_thread() 1742 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_reader_thread()
|
| H A D | dmu_traverse.c | 568 fstrans_cookie_t cookie = spl_fstrans_mark(); in traverse_prefetch_thread()
|
| H A D | txg.c | 512 (void) spl_fstrans_mark(); in txg_sync_thread()
|
| H A D | arc.c | 4930 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_evict_cb() 5017 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_reap_cb() 5939 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_read() 6797 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_write_ready() 9354 cookie = spl_fstrans_mark(); in l2arc_feed_thread()
|
| H A D | zfs_ioctl.c | 7510 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common() 7552 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common() 7599 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
|
| H A D | dmu_recv.c | 2795 fstrans_cookie_t cookie = spl_fstrans_mark(); in receive_writer_thread()
|
| H A D | zio.c | 2110 cookie = spl_fstrans_mark(); in zio_execute()
|
| H A D | metaslab.c | 3438 fstrans_cookie_t cookie = spl_fstrans_mark(); in metaslab_preload()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 758 extern fstrans_cookie_t spl_fstrans_mark(void);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 991 spl_fstrans_mark(void) in spl_fstrans_mark() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 966 fstrans_cookie_t cookie = spl_fstrans_mark(); in __spl_cache_grow()
|
| H A D | spl-taskq.c | 872 (void) spl_fstrans_mark(); in taskq_thread()
|