Searched defs:object (Results 76 - 100 of 100) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c340 * Free an object, and all visited bound info.
548 * Allocate a structure for tracking visited bounds for a vm object.
553 vmu_object_t *object; local
556 object = vmu_data.vmu_free_objects;
560 object = kmem_cache_alloc(vmu_object_cache, KM_SLEEP);
563 object->vmo_next = NULL;
564 object->vmo_key = key;
565 object->vmo_type = type;
566 avl_create(&(object->vmo_bounds), bounds_cmp, sizeof (vmu_bound_t), 0);
568 return (object);
602 vmu_object_t *object; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c205 * to search the CTF namespace of each object file for a particular name.
233 * Convert a string type name with an optional leading object specifier into
240 const char *object = MDB_TGT_OBJ_EXEC; local
262 object = name;
267 * Attempt to look up the name in the primary object file. If this
268 * fails and the name was unscoped, search all remaining object files.
271 if (((fp = mdb_tgt_name_to_ctf(t, object)) == NULL ||
274 object == MDB_TGT_OBJ_EXEC) {
306 * Check to see if there is ctf data in the given object. This is useful
310 mdb_ctf_enabled_by_object(const char *object) argument
796 mdb_ctf_type_iter(const char *object, mdb_ctf_type_f *cb, void *data) argument
[all...]
H A Dmdb_cmds.c1144 * If the -d option was specified, pop the log i/o object off the
1160 * the log i/o object on to stdin, stdout, and stderr. If we have
1549 showrev_addversion(void *vers_nv, const mdb_map_t *ignored, const char *object) argument
1555 objname = mdb_alloc(strlen(object) + 1, UM_SLEEP | UM_GC);
1556 (void) strcpy(objname, object);
1620 * Display version information for each object in the system.
2858 "-f dump from object file\n"
2944 { "files", "[object]", "print listing of source files", cmd_files },
2960 { "nm", "?[-DPdghnopuvx] [-f format] [-t types] [object]",
3027 { "?", "fmt-list", "format data from object fil
[all...]
H A Dmdb_proc.c46 * initialized, and for handling i/o to and from the object file. Currently,
193 * Destroy the symbol tables and GElf file object associated with p_fio. Note
259 return (0); /* no rtld_db object name; keep going */
880 "/proc/%d/object/a.out", (int)pid);
1610 ehp->e_type == ET_EXEC ? "executable" : "object",
1749 ehp->e_type == ET_EXEC ? "executable" : "object",
1762 const char *object; local
1785 object = MDB_TGT_OBJ_EVERY;
1787 if (pt_lookup_by_name_thr(t, object, name, &sym, &si, tid) != 0) {
2232 * If there's a global object name
2494 pt_resolve_lmid(const char *object, Lmid_t *lmidp) argument
2513 tlsbase(mdb_tgt_t *t, mdb_tgt_tid_t tid, Lmid_t lmid, const char *object, psaddr_t *basep) argument
2563 pt_lookup_cb(void *data, const prmap_t *pmp, const char *object) argument
2618 pt_lookup_by_name_thr(mdb_tgt_t *t, const char *object, const char *name, GElf_Sym *symp, mdb_syminfo_t *sip, mdb_tgt_tid_t tid) argument
2730 pt_lookup_by_name(mdb_tgt_t *t, const char *object, const char *name, GElf_Sym *symp, mdb_syminfo_t *sip) argument
2940 pt_objsym_iter(void *arg, const prmap_t *pmp, const char *object) argument
2969 pt_symbol_iter(mdb_tgt_t *t, const char *object, uint_t which, uint_t type, mdb_tgt_sym_f *func, void *private) argument
3195 pt_name_to_map(mdb_tgt_t *t, const char *object) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c544 * If we're a leaf vdev, try to load the DTL object and other state.
891 uint64_t object = 0; local
895 m * sizeof (uint64_t), sizeof (uint64_t), &object,
901 error = metaslab_init(vd->vdev_mg, m, object, txg,
2007 uint64_t object = space_map_object(vd->vdev_dtl_sm); local
2067 * If the object for the space map has changed then dirty
2070 if (object != space_map_object(vd->vdev_dtl_sm)) {
2071 zfs_dbgmsg("txg %llu, spa %s, DTL old object %llu, "
2072 "new object %llu", txg, spa_name(spa), object,
[all...]
H A Ddbuf.c217 dbuf_find_bonus(objset_t *os, uint64_t object) argument
222 if (dnode_hold(os, object, FTAG, &dn) == 0) {
417 * (i.e. it's objset, object, level and blkid fields don't change).
1586 * mos or we're initializing the os or it's a special object.
2158 * object.
3527 * Private object buffers are released here rather
H A Ddmu.c61 { DMU_BSWAP_ZAP, TRUE, "object directory" },
62 { DMU_BSWAP_UINT64, TRUE, "object array" },
83 { DMU_BSWAP_UINT8, FALSE, "zvol object" },
150 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, argument
158 err = dnode_hold(os, object, FTAG, &dn);
200 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, argument
209 err = dmu_buf_hold_noread(os, object, offset, tag, dbp);
290 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) argument
295 error = dnode_hold(os, object, FTAG, &dn);
308 dmu_bonus_hold(objset_t *os, uint64_t object, voi argument
525 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) argument
587 dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset, uint64_t len, zio_priority_t pri) argument
765 dmu_free_long_range(objset_t *os, uint64_t object, uint64_t offset, uint64_t length) argument
790 dmu_free_long_object(objset_t *os, uint64_t object) argument
815 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, dmu_tx_t *tx) argument
830 dmu_read(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, void *buf, uint32_t flags) argument
889 dmu_write(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, const void *buf, dmu_tx_t *tx) argument
931 dmu_prealloc(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, dmu_tx_t *tx) argument
952 dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset, void *data, uint8_t etype, uint8_t comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
1184 dmu_read_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size) argument
1289 dmu_write_uio(objset_t *os, uint64_t object, uio_t *uio, uint64_t size, dmu_tx_t *tx) argument
1310 dmu_write_pages(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, page_t *pp, dmu_tx_t *tx) argument
1418 uint64_t object; local
1737 dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, int ibs, dmu_tx_t *tx) argument
1752 dmu_object_set_checksum(objset_t *os, uint64_t object, uint8_t checksum, dmu_tx_t *tx) argument
1772 dmu_object_set_compress(objset_t *os, uint64_t object, uint8_t compress, dmu_tx_t *tx) argument
1922 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) argument
1955 dmu_object_wait_synced(objset_t *os, uint64_t object) argument
2013 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) argument
[all...]
H A Dmetaslab.c1380 metaslab_init(metaslab_group_t *mg, uint64_t id, uint64_t object, uint64_t txg, argument
1397 * will be opened when we finally allocate an object for it.
1399 if (object != 0) {
1400 error = space_map_open(&ms->ms_sm, mos, object, ms->ms_start,
1437 * that has an allocated space map object then load the its space
2007 * 1. The size of the space map object should not dramatically increase as a
2021 * map object then we avoid condensing this map.
2178 uint64_t object = space_map_object(msp->ms_sm); local
2311 if (object != space_map_object(msp->ms_sm)) {
2312 object
[all...]
H A Dzfs_vfsops.c575 * Is it a valid type of object to track?
1053 * In particular, if object N is in the unlinked set in
1057 * object N" record to the intent log. Normally, this
1059 * written out the fact that object N is free, before
1060 * we could write the "create object N" intent log
1065 * disk. So we would see that object N is still
1269 * "rootpool-name/root-filesystem-object-number'. Convert this
1683 * For f_ffree, report the smaller of the number of object available
1684 * and the number of blocks (each object will take at least a block).
1915 uint64_t object local
[all...]
H A Dzvol.c35 * Makes a DMU object look like a volume of arbitrary size, up to 2^64 bytes.
991 uint64_t object = ZVOL_OBJ; local
1014 error = dmu_read(os, object, offset, size, buf,
1019 error = dmu_buf_hold(os, object, offset, zgd, &db,
1825 * zvol object.
H A Dzfs_vnops.c160 * dmu_tx_hold_*(); // hold each object you might modify
350 * ZFS object.
358 * Wait for all dirty blocks for this object
369 * Retrieve fill count from DMU object.
1050 uint64_t object = lr->lr_foid; local
1064 if (zfs_zget(zfsvfs, object, &zp) != 0)
1093 error = dmu_read(os, object, offset, size, buf,
1126 error = dmu_buf_hold(os, object, offset, zgd, &db,
1465 * Create a new file object and update the directory
2333 * MacOS X can extract the object typ
4877 uint64_t object = zp->z_id; local
[all...]
H A Ddmu_send.c171 dump_free(dmu_sendarg_t *dsp, uint64_t object, uint64_t offset, argument
181 * object,offset. We know that the one-record constraint is
183 * object,offset.
189 ASSERT(object > dsp->dsa_last_data_object ||
190 (object == dsp->dsa_last_data_object &&
222 if (drrf->drr_object == object && drrf->drr_offset +
236 drrf->drr_object = object;
252 uint64_t object, uint64_t offset, int lsize, int psize, const blkptr_t *bp,
259 * We send data in increasing object, offset order.
262 ASSERT(object > ds
251 dump_write(dmu_sendarg_t *dsp, dmu_object_type_t type, uint64_t object, uint64_t offset, int lsize, int psize, const blkptr_t *bp, void *data) argument
330 dump_write_embedded(dmu_sendarg_t *dsp, uint64_t object, uint64_t offset, int blksz, const blkptr_t *bp) argument
364 dump_spill(dmu_sendarg_t *dsp, uint64_t object, int blksz, void *data) argument
433 dump_dnode(dmu_sendarg_t *dsp, uint64_t object, dnode_phys_t *dnp) argument
1816 uint64_t object; member in struct:receive_objnode
2010 save_resume_state(struct receive_writer_arg *rwa, uint64_t object, uint64_t offset, dmu_tx_t *tx) argument
2052 uint64_t object; local
2528 objlist_exists(struct objlist *list, uint64_t object) argument
2549 objlist_insert(struct objlist *list, uint64_t object) argument
2580 receive_read_prefetch(struct receive_arg *ra, uint64_t object, uint64_t offset, uint64_t length) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h47 #define SOFT_CREATE_OBJ_INT 6 /* internal object creation */
295 typedef struct object { struct
309 struct object *next;
310 struct object *prev;
315 /* For each object, only one of these object classes is presented */
324 /* Session handle that the object belongs to */
326 uint32_t obj_refcnt; /* object reference count */
328 uint32_t obj_delete_sync; /* object delete sync flags */
335 CK_ULONG next_result_index; /* next result object t
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c38 * routines with the object's string ID specified as an argument.
105 static int32_t psvc_get_str_key(char *object);
2782 * Return the object pointer for the object name passed in.
2783 * Creates the object if this is the first access,
2860 * Gets the device path associated with an object id.
5093 /* Allocate object name to object pointer translation table */
5159 /* Skip non-existent object */
5221 psvc_get_str_key(char *object) argument
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c209 /* object functions per subcommand */
361 * If it's not here, there are no options for that object.
640 /* set start position to beginning of input object */
1773 boolean_t object = B_FALSE; local
1813 object = B_TRUE;
1816 object = B_FALSE;
1829 if (object) {
1863 if (object &&
1870 if (!object || found) {
1896 if ((!object || foun
1951 boolean_t object = B_FALSE; local
2143 boolean_t object = B_FALSE; local
4775 addFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4801 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4843 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4883 removeFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c75 * must have dn_ident set to point to an identifier describing the object
205 char *object = alloca((size_t)(q - p) + 1); local
210 * backquote (q) to extract the nul-terminated object.
212 bcopy(p, object, (size_t)(q - p));
213 object[(size_t)(q - p)] = '\0';
218 * after q. This is the type name without the object.
241 return (dtrace_lookup_by_type(dtp, object, type, tip));
1691 "void object: %s\n", dsp->ds_ident);
3053 "cannot take address of dynamic object\n");
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dlibdwarf.h518 As of February 2008 there are multiple dwarf_reader object access
522 An object-file and library agnostic dwarf_object_init() and dwarf_object_finish()
523 which allow the coder to provide object access routines
525 reader code on the object format and no dependence on libelf.
542 depends on standard DWARF section names an object
565 /* The functions we need to access object data from libdwarf are declared here.
568 'void *obj' is intended to be a pointer (the object field in
570 that hides the library-specific and object-specific data that makes
571 it possible to handle multiple object formats and multiple libraries.
603 * Get whether the object fil
713 void* object; member in struct:Dwarf_Obj_Access_Interface_s
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c124 "poolname [object...]\n"
126 "[object...]\n"
140 (void) fprintf(stderr, " If object numbers are specified, only "
226 dump_packed_nvlist(objset_t *os, uint64_t object, void *data, size_t size) argument
232 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH));
245 dump_history_offsets(objset_t *os, uint64_t object, void *data, size_t size) argument
304 dump_zap_stats(objset_t *os, uint64_t object) argument
309 error = zap_get_stats(os, object, &zs);
368 dump_none(objset_t *os, uint64_t object, void *data, size_t size) argument
374 dump_unknown(objset_t *os, uint64_t object, voi argument
381 dump_uint8(objset_t *os, uint64_t object, void *data, size_t size) argument
387 dump_uint64(objset_t *os, uint64_t object, void *data, size_t size) argument
393 dump_zap(objset_t *os, uint64_t object, void *data, size_t size) argument
442 dump_bpobj(objset_t *os, uint64_t object, void *data, size_t size) argument
488 dump_bpobj_subobjs(objset_t *os, uint64_t object, void *data, size_t size) argument
516 dump_ddt_zap(objset_t *os, uint64_t object, void *data, size_t size) argument
524 dump_sa_attrs(objset_t *os, uint64_t object, void *data, size_t size) argument
551 dump_sa_layouts(objset_t *os, uint64_t object, void *data, size_t size) argument
589 dump_zpldir(objset_t *os, uint64_t object, void *data, size_t size) argument
1148 dump_dnode(objset_t *os, uint64_t object, void *data, size_t size) argument
1314 dump_dsl_dir(objset_t *os, uint64_t object, void *data, size_t size) argument
1365 dump_dsl_dataset(objset_t *os, uint64_t object, void *data, size_t size) argument
1639 dump_znode(objset_t *os, uint64_t object, void *data, size_t size) argument
1742 dump_acl(objset_t *os, uint64_t object, void *data, size_t size) argument
1748 dump_dmu_objset(objset_t *os, uint64_t object, void *data, size_t size) argument
1811 dump_object(objset_t *os, uint64_t object, int verbosity, int *print_header) argument
1938 uint64_t object, object_count; local
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c2633 ea_object_t object; local
2780 bzero(&object, sizeof (object));
2785 ret = ea_get_object(&ctl->zsctl_proc_eaf, &object);
2834 if ((object.eo_catalog & EXT_TYPE_MASK) != EXT_GROUP ||
2835 (object.eo_catalog & EXD_DATA_MASK) != EXD_GROUP_PROC) {
2836 (void) ea_free_item(&object, EUP_ALLOC);
2846 (void) ea_free_item(&object, EUP_ALLOC);
2854 (void) ea_free_item(&object, EUP_ALLOC);
2914 (void) ea_free_item(&object, EUP_ALLO
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h540 void *object; member in struct:mptsas_topo_change_list
550 _NOTE(DATA_READABLE_WITHOUT_LOCK(mptsas_topo_change_list_t::object))
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c479 ptr_width, "addr", "object", "lvl", "blkid", "holds", "os");
716 uint64_t object; member in struct:dbufs_data
745 (data->object == DBUFS_UNSET || data->object == db.db_object) &&
758 char *object = NULL; local
761 data.objset = data.object = data.level = data.blkid = DBUFS_UNSET;
767 'o', MDB_OPT_STR, &object,
773 if (object) {
774 if (strcmp(object, "mdn") == 0) {
775 data.object
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c259 * Object descriptor. Used as a template for object lookup/create/remove.
1140 ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type) argument
1142 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1148 ztest_object_unlock(ztest_ds_t *zd, uint64_t object) argument
1150 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1156 ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset, argument
1159 uint64_t hash = object ^ (offset % (ZTEST_RANGE_LOCKS + 1));
1164 rl->rl_object = object;
1269 ztest_bt_generate(ztest_block_tag_t *bt, objset_t *os, uint64_t object, argument
1274 bt->bt_object = object;
1282 ztest_bt_verify(ztest_block_tag_t *bt, objset_t *os, uint64_t object, uint64_t offset, uint64_t gen, uint64_t txg, uint64_t crtxg) argument
1336 ztest_log_remove(ztest_ds_t *zd, dmu_tx_t *tx, lr_remove_t *lr, uint64_t object) argument
1512 uint64_t object, txg; local
1822 uint64_t object = zgd->zgd_rl->rl_object; local
1841 uint64_t object = lr->lr_foid; local
2072 ztest_write(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size, void *data) argument
2096 ztest_truncate(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size) argument
2115 ztest_setattr(ztest_ds_t *zd, uint64_t object) argument
2134 ztest_prealloc(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size) argument
2165 ztest_io(ztest_ds_t *zd, uint64_t object, uint64_t offset) argument
4116 uint64_t object; local
4256 uint64_t object, txg; local
4297 uint64_t txg, object, count, wsize, wc, zl_wsize, zl_wc; local
5050 uint64_t object, blocksize, txg, pattern, psize; local
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c50 * - object management
117 #define D_OBJECT 0x00004000 /* object management */
1082 #define DPROV_MAX_ATTR 64 /* max # of attributes per object */
1084 /* object description */
1089 boolean_t do_destroyed; /* object has been destroyed. */
1090 /* keep object around until all */
1094 /* to the object fail. */
1103 #define DPROV_OBJECT_REFHOLD(object) { \
1104 atomic_inc_32(&(object)->do_refcnt); \
1105 ASSERT((object)
3740 dprov_object_create(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_attribute_t *template, uint_t attribute_count, crypto_object_id_t *object, crypto_req_handle_t req) argument
3766 dprov_object_copy(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_id_t object, crypto_object_attribute_t *template, uint_t attribute_count, crypto_object_id_t *new_object, crypto_req_handle_t req) argument
3792 dprov_object_destroy(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_id_t object, crypto_req_handle_t req) argument
3817 dprov_object_get_size(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_id_t object, size_t *size, crypto_req_handle_t req) argument
3842 dprov_object_get_attribute_value(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_id_t object, crypto_object_attribute_t *template, uint_t attribute_count, crypto_req_handle_t req) argument
3868 dprov_object_set_attribute_value(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_object_id_t object, crypto_object_attribute_t *template, uint_t attribute_count, crypto_req_handle_t req) argument
3974 dprov_key_generate(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_object_attribute_t *template, uint_t attribute_count, crypto_object_id_t *object, crypto_req_handle_t req) argument
6795 dprov_object_t *object; local
7015 dprov_object_t *object; local
7796 dprov_object_t *object; local
8736 dprov_key_can_use(dprov_object_t *object, dprov_req_type_t req_type) argument
8864 dprov_object_t *object; local
8945 dprov_object_t *object; local
9115 dprov_object_t *object; local
9248 dprov_attributes_match(dprov_object_t *object, crypto_object_attribute_t *template, uint_t nattr) argument
9297 dprov_object_t *object; local
9322 dprov_object_can_modify(dprov_object_t *object, crypto_object_attribute_t *template, uint_t nattr) argument
9383 dprov_object_t *object; local
9442 dprov_free_object(dprov_object_t *object) argument
9460 dprov_object_is_private(dprov_object_t *object) argument
9478 dprov_object_is_token(dprov_object_t *object) argument
9500 dprov_get_object_attr_scalar_common(dprov_object_t *object, uint64_t attr_type, void *value, size_t value_len) argument
9544 dprov_get_object_attr_boolean(dprov_object_t *object, uint64_t attr_type, boolean_t *attr_value) argument
9562 dprov_get_object_attr_ulong(dprov_object_t *object, uint64_t attr_type, ulong_t *attr_value) argument
9576 dprov_get_object_attr_array(dprov_object_t *object, uint64_t attr_type, void **array, size_t *len) argument
9762 dprov_object_t *object; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1271 nfs_fh3 object; member in struct:GETATTR3args
1303 nfs_fh3 object; member in struct:SETATTR3args
1334 nfs_fh3 object; member in struct:LOOKUP3resok
1357 nfs_fh3 object; member in struct:LOOKUP3vres
1365 nfs_fh3 object; member in struct:ACCESS3args
1697 diropargs3 object; member in struct:REMOVE3args
1721 diropargs3 object; member in struct:RMDIR3args
2010 nfs_fh3 object; member in struct:PATHCONF3args
H A Dnfs4_kprot.h764 nfs_fh4 object; member in struct:GETFH4res
1075 nfs_fh4 object; member in struct:PUTFH4args

Completed in 645 milliseconds

1234