Searched refs:arg_flags (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa.c239 __db_xa_open(xa_info, rmid, arg_flags)
242 long arg_flags;
248 flags = (u_long)arg_flags; /* Conversion for bit operations. */
289 __db_xa_close(xa_info, rmid, arg_flags)
292 long arg_flags;
301 flags = (u_long)arg_flags; /* Conversion for bit operations. */
338 __db_xa_start(xid, rmid, arg_flags)
341 long arg_flags;
350 flags = (u_long)arg_flags; /* Conversion for bit operations. */
468 __db_xa_prepare(xid, rmid, arg_flags)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difconfig.c93 * Here are the bit masks for the "arg_flags" member of struct options below.
175 const unsigned int arg_flags:10; member in struct:options
178 const unsigned char arg_flags; member in struct:options
341 mask = op->arg_flags;
346 mask = op->arg_flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_auto.h71 u_int32_t arg_flags; member in struct:___db_debug_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddlmglue.h73 /* ocfs2_inode_lock_full() 'arg_flags' flags */
122 int arg_flags,
H A Ddlmglue.c1408 int arg_flags,
1550 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK &&
1570 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE),
1574 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE),
1586 int arg_flags)
1588 return __ocfs2_cluster_lock(osb, lockres, level, lkm_flags, arg_flags,
2358 int arg_flags,
2388 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY))
2394 if (arg_flags & OCFS2_META_LOCK_NOQUEUE)
2398 arg_flags, subclas
1404 __ocfs2_cluster_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int level, u32 lkm_flags, int arg_flags, int l_subclass, unsigned long caller_ip) argument
1582 ocfs2_cluster_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int level, u32 lkm_flags, int arg_flags) argument
2355 ocfs2_inode_lock_full_nested(struct inode *inode, struct buffer_head **ret_bh, int ex, int arg_flags, int subclass) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_auto.c957 LOGCOPY_32(env, &argp->arg_flags, bp);
958 bp += sizeof(argp->arg_flags);
971 op, fileid, key, data, arg_flags)
980 u_int32_t arg_flags;
1101 LOGCOPY_32(env, bp, &arg_flags);
1102 bp += sizeof(arg_flags);
H A Ddb_autop.c248 (void)printf("\targ_flags: %lu\n", (u_long)argp->arg_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c100 xfs_attr_namesp_match(int arg_flags, int ondisk_flags) argument
102 return XFS_ATTR_NSP_ONDISK(ondisk_flags) == XFS_ATTR_NSP_ARGS_TO_ONDISK(arg_flags);

Completed in 101 milliseconds