| /freebsd-13.1/sys/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 | 57 cookie = spl_fstrans_mark(); 87 cookie = spl_fstrans_mark(); 121 cookie = spl_fstrans_mark(); 144 cookie = spl_fstrans_mark();
|
| H A D | zpl_file.c | 58 cookie = spl_fstrans_mark(); in zpl_open() 74 cookie = spl_fstrans_mark(); in zpl_release() 95 cookie = spl_fstrans_mark(); in zpl_iterate() 135 cookie = spl_fstrans_mark(); in zpl_fsync() 173 cookie = spl_fstrans_mark(); in zpl_fsync() 278 cookie = spl_fstrans_mark(); in zpl_iter_read() 340 cookie = spl_fstrans_mark(); in zpl_iter_write() 378 cookie = spl_fstrans_mark(); in zpl_aio_read() 421 cookie = spl_fstrans_mark(); in zpl_aio_write() 580 cookie = spl_fstrans_mark(); in zpl_mmap() [all …]
|
| H A D | zpl_inode.c | 54 cookie = spl_fstrans_mark(); in zpl_lookup() 148 cookie = spl_fstrans_mark(); in zpl_create() 200 cookie = spl_fstrans_mark(); in zpl_mknod() 250 cookie = spl_fstrans_mark(); in zpl_tmpfile() 284 cookie = spl_fstrans_mark(); in zpl_unlink() 319 cookie = spl_fstrans_mark(); in zpl_mkdir() 352 cookie = spl_fstrans_mark(); in zpl_rmdir() 384 cookie = spl_fstrans_mark(); in zpl_getattr_impl() 460 cookie = spl_fstrans_mark(); in zpl_setattr() 492 cookie = spl_fstrans_mark(); in zpl_rename2() [all …]
|
| H A D | zpl_ctldir.c | 227 cookie = spl_fstrans_mark(); in zpl_snapdir_lookup() 256 cookie = spl_fstrans_mark(); in zpl_snapdir_iterate() 461 cookie = spl_fstrans_mark(); in zpl_shares_lookup() 488 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 | 725 cookie = spl_fstrans_mark(); in zfsctl_snapshot_path_objset()
|
| H A D | zvol_os.c | 360 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_submit_bio()
|
| H A D | zfs_vnops_os.c | 381 cookie = spl_fstrans_mark(); in zfs_write_simple()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 82 #define spl_fstrans_mark() (0) macro
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kmem.h | 107 spl_fstrans_mark(void) in spl_fstrans_mark() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 1179 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_create_minors_recursive() 1417 fstrans_cookie_t cookie = spl_fstrans_mark(); in zvol_set_snapdev_impl() 1456 cookie = spl_fstrans_mark(); in zvol_set_volmode_impl()
|
| H A D | dmu_send.c | 1243 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_traverse_thread() 1332 fstrans_cookie_t cookie = spl_fstrans_mark(); in redact_list_thread() 1529 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_merge_thread() 1755 fstrans_cookie_t cookie = spl_fstrans_mark(); in send_reader_thread()
|
| H A D | dmu_traverse.c | 604 fstrans_cookie_t cookie = spl_fstrans_mark(); in traverse_prefetch_thread()
|
| H A D | txg.c | 534 (void) spl_fstrans_mark(); in txg_sync_thread()
|
| H A D | arc.c | 4927 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_evict_cb() 5016 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_reap_cb() 5958 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_read() 6811 fstrans_cookie_t cookie = spl_fstrans_mark(); in arc_write_ready() 9712 cookie = spl_fstrans_mark(); in l2arc_feed_thread()
|
| H A D | zfs_ioctl.c | 7535 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common() 7577 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common() 7626 cookie = spl_fstrans_mark(); in zfsdev_ioctl_common()
|
| H A D | dmu_recv.c | 2814 fstrans_cookie_t cookie = spl_fstrans_mark(); in receive_writer_thread()
|
| H A D | zio.c | 2129 cookie = spl_fstrans_mark(); in zio_execute()
|
| H A D | metaslab.c | 3483 fstrans_cookie_t cookie = spl_fstrans_mark(); in metaslab_preload()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 768 extern fstrans_cookie_t spl_fstrans_mark(void);
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 961 spl_fstrans_mark(void) in spl_fstrans_mark() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 961 fstrans_cookie_t cookie = spl_fstrans_mark(); in __spl_cache_grow()
|
| H A D | spl-taskq.c | 870 (void) spl_fstrans_mark(); in taskq_thread()
|