Searched refs:local (Results 201 - 225 of 413) sorted by path

1234567891011>>

/linux-master/fs/dlm/
H A Dlock.c42 Stage 3, _xxxx_lock(), determines if the operation is local or remote.
43 When remote, it calls send_xxxx(), when local it calls do_xxxx().
50 calls on local (L) and remote (R) nodes:
89 const struct dlm_message *ms, bool local);
732 * The purpose of find_rsb() is to return a refcounted rsb for local use.
736 * toss_rsb() happens when all local usage of the rsb is done, i.e. no
745 * rsb's on the toss list who's dir_nodeid is not local can have stale
777 * we're the new master. Our local recovery may not have set
1253 * called from receive_lookup(); master lookups when the local node is
1586 /* for local/proces
1879 remove_from_waiters_ms(struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
3846 receive_flags_reply(struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
4510 __receive_convert_reply(struct dlm_rsb *r, struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
4554 _receive_convert_reply(struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
4592 _receive_unlock_reply(struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
4643 _receive_cancel_reply(struct dlm_lkb *lkb, const struct dlm_message *ms, bool local) argument
[all...]
/linux-master/fs/nfs/
H A Dpnfs.c69 struct pnfs_layoutdriver_type *local; local
71 list_for_each_entry(local, &pnfs_modules_tbl, pnfs_tblid)
72 if (local->id == id)
74 local = NULL;
76 dprintk("%s: Searching for id %u, found %p\n", __func__, id, local);
77 return local;
83 struct pnfs_layoutdriver_type *local; local
86 local = find_pnfs_driver_locked(id);
87 if (local != NULL && !try_module_get(local
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c4743 struct nfs4_ol_stateid *local, *ret = NULL; local
4748 list_for_each_entry(local, &fp->fi_stateids, st_perfile) {
4750 if (local->st_stateowner->so_is_open_owner == 0)
4752 if (local->st_stateowner != &oo->oo_owner)
4754 if (local->st_stid.sc_type == SC_TYPE_OPEN &&
4755 !local->st_stid.sc_status) {
4756 ret = local;
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.c335 tmp = !!tmp; /* boolean of whether this node wants to be local */
337 /* setting local turns on networking rx for now so we require having
351 /* the only failure case is trying to set a new local node
359 /* bring up the rx thread if we're setting the new local node. */
388 CONFIGFS_ATTR(o2nm_node_, local);
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c958 char *local, int locallen)
968 "heartbeat enabled but local node %d does not\n",
990 localnr = o2hb_get_all_regions(local, (u8)localnr);
992 /* compare local regions with remote */
993 l = local;
1007 "in local node %d but not in joining node %d\n",
1015 /* compare remote with local regions */
1019 l = local;
1030 "in joining node %d but not in local node %d\n",
1061 /* if local h
956 dlm_match_regions(struct dlm_ctxt *dlm, struct dlm_query_region *qr, char *local, int locallen) argument
1100 char *local = NULL; local
1156 struct o2nm_node *local; local
[all...]
H A Ddlmrecovery.c825 mlog(ML_ERROR, "%s: node %u sent dead_node=%u, but local "
1780 * In total, this means that the local lock is correct and should not be
1824 /* if the lock is for the local node it needs to
1850 mlog(ML_ERROR, "Could not find local lock "
1903 mlog(0, "just reordered a local lock!\n");
2198 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) argument
2200 if (local) {
2214 int blank_lvb = 0, local = 0; local
2229 local = 1; /* check local stat
[all...]
/linux-master/fs/ocfs2/
H A Ddlmglue.c1702 int local)
1706 u32 lkm_flags = local ? DLM_LKF_LOCAL : 0;
3333 goto local;
3370 local:
1699 ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local) argument
H A Djournal.c1094 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) argument
1126 if (!local) {
1345 * skipping local alloc cleanup as fsck.ocfs2 is more
1746 * - Stamp a clean local allocator file
1752 * second part of a nodes recovery process (local alloc recovery) is
1779 /* Stamp a clean local alloc file AFTER recovering the journal... */
H A Djournal.h177 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
354 /* Write to local quota file */
358 /* global quota data block, local quota data block, global quota inode,
430 /* local alloc metadata change + main bitmap updates */
H A Docfs2_fs.h216 #define OCFS2_LOCAL_ALLOC_FL (0x00000040) /* Slot local alloc bitmap */
218 #define OCFS2_JOURNAL_FL (0x00000100) /* Slot local journal */
376 #define OCFS2_HB_LOCAL "heartbeat=local"
989 local xattr storage(inode, xattr block or
994 * the EA is stored in the local storage. */
1002 * the local xattr storage.
1007 local xattr storage. */
1093 int local)
1095 if (local)
1150 __le32 dqi_syncms; /* Time after which we sync local change
1092 ocfs2_xattr_set_local(struct ocfs2_xattr_entry *xe, int local) argument
[all...]
H A Dsuper.c1038 /* You should not be able to start a local heartbeat
1122 snprintf(nodestr, sizeof(nodestr), "local");
1360 * could add a "local" flag to individual
1810 /* load all node-local system inodes */
1910 * up heartbeat. If we're a local mount, there is no heartbeat.
1929 snprintf(nodestr, sizeof(nodestr), "local");
2386 int local; local
2418 local = ocfs2_mount_local(osb);
2421 status = ocfs2_journal_load(osb->journal, local, dirty);
2437 /* recover my local allo
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c287 int *local)
295 * "local" or "remote" (note: local != inline).
297 size = xfs_attr_leaf_newentsize(args, local);
299 if (*local) {
929 int error, local; local
955 args->total = xfs_attr_calc_size(args, &local);
971 if (!local)
1496 * Get the value, local or "remote"
285 xfs_attr_calc_size( struct xfs_da_args *args, int *local) argument
H A Dxfs_attr.h551 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
H A Dxfs_attr_leaf.c1019 * the incomplete or local bits, so we can use the namespace
2644 * (whether local or remote only calculate bytes in this block).
2668 * attribute (whether local or remote only calculate bytes in this block).
2670 * a "local" or a "remote" attribute.
2675 int *local)
2681 if (local)
2682 *local = 1;
2685 if (local)
2686 *local = 0;
2673 xfs_attr_leaf_newentsize( struct xfs_da_args *args, int *local) argument
H A Dxfs_attr_leaf.h99 int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int *local);
/linux-master/fs/xfs/
H A Dxfs_attr_item.c511 int local; local
551 args->total = xfs_attr_calc_size(args, &local);
/linux-master/include/asm-generic/
H A Dcmpxchg.h89 #include <asm-generic/cmpxchg-local.h>
H A Dlocal64.h22 #include <asm/local.h>
H A Dtlb.h351 struct mmu_gather_batch local; member in struct:mmu_gather
/linux-master/include/linux/
H A Datmdev.h56 ATM_VF_BOUND, /* local SAP is set, controlled by SVC socket
115 struct sockaddr_atmsvc local; member in struct:atm_vcc
156 struct list_head local; /* local ATM addresses */ member in struct:atm_dev
H A Dbtf_ids.h46 ".local " #symbol " ; \n" \
97 __BTF_ID_LIST(name, local) \
157 __BTF_ID_LIST(name, local) \
158 __BTF_SET_START(name, local)
193 __BTF_ID_LIST(name, local) \
203 __BTF_SET8_START(name, local, 0)
213 __BTF_SET8_START(name, local, BTF_SET8_KFUNCS)
H A Dcookie.h7 #include <asm/local.h>
15 struct pcpu_gen_cookie __percpu *local; member in struct:gen_cookie
25 .local = &__##name, \
32 struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local); local
35 if (likely(local_inc_return(&local->nesting) == 1)) {
36 val = local->last;
43 local->last = ++val;
47 local_dec(&local->nesting);
H A Ddmaengine.h321 * @local: per-cpu pointer to a struct dma_chan_percpu
343 struct dma_chan_percpu __percpu *local; member in struct:dma_chan
H A Dhid.h126 * HID report descriptor local item tags
439 * This is the local environment. It is persistent up the next main-item.
717 struct hid_local local; member in struct:hid_parser
/linux-master/include/linux/greybus/
H A Dsvc.h93 struct gb_svc_l2_timer_cfg *local,

Completed in 449 milliseconds

1234567891011>>