Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c87 static void (*_zfs_close)(zfs_handle_t *); variable
109 _zfs_close = (void (*)())dlsym(hdl, "zfs_close"); in load_libzfs()
114 _zfs_close && _zfs_prop_get_userquota_int) in load_libzfs()
294 _zfs_close(zhp); in getzfsquota()
300 _zfs_close(zhp); in getzfsquota()
307 _zfs_close(zhp); in getzfsquota()
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c98 static void (*_zfs_close)(zfs_handle_t *); variable
120 _zfs_close = (void (*)())dlsym(hdl, "zfs_close"); in load_libzfs()
125 _zfs_close && _zfs_prop_get_userquota_int) in load_libzfs()
885 _zfs_close(zhp); in getzfsquota()
891 _zfs_close(zhp); in getzfsquota()
898 _zfs_close(zhp); in getzfsquota()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c238 static void (*_zfs_close)(zfs_handle_t *); variable
259 _zfs_close = (void (*)())dlsym(hdl, "zfs_close"); in load_libzfs()
265 assert(_zfs_close != NULL); in load_libzfs()
1243 _zfs_close(zhp); in adjust_total_blocks()