Home
last modified time | relevance | path

Searched refs:args (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.c46 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
51 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
52 STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args);
53 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
58 STATIC int xfs_attr_node_get(xfs_da_args_t *args);
59 STATIC int xfs_attr_node_addname(xfs_da_args_t *args);
60 STATIC int xfs_attr_node_removename(xfs_da_args_t *args);
67 struct xfs_da_args *args, in xfs_attr_args_init() argument
76 memset(args, 0, sizeof(*args)); in xfs_attr_args_init()
77 args->geo = dp->i_mount->m_attr_geo; in xfs_attr_args_init()
[all …]
Dxfs_dir2.c74 struct xfs_da_args *args, in xfs_ascii_ci_compname() argument
81 if (args->namelen != len) in xfs_ascii_ci_compname()
86 if (args->name[i] == name[i]) in xfs_ascii_ci_compname()
88 if (tolower(args->name[i]) != tolower(name[i])) in xfs_ascii_ci_compname()
216 struct xfs_da_args *args; in xfs_dir_init() local
224 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_init()
225 if (!args) in xfs_dir_init()
228 args->geo = dp->i_mount->m_dir_geo; in xfs_dir_init()
229 args->dp = dp; in xfs_dir_init()
230 args->trans = tp; in xfs_dir_init()
[all …]
Dxfs_alloc.c258 xfs_alloc_arg_t *args, /* allocation argument structure */ in xfs_alloc_compute_aligned() argument
271 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
277 if (bno < args->min_agbno && bno + len > args->min_agbno) { in xfs_alloc_compute_aligned()
278 diff = args->min_agbno - bno; in xfs_alloc_compute_aligned()
285 if (args->alignment > 1 && len >= args->minlen) { in xfs_alloc_compute_aligned()
286 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
377 xfs_alloc_arg_t *args) /* allocation argument structure */ in xfs_alloc_fix_len() argument
382 ASSERT(args->mod < args->prod); in xfs_alloc_fix_len()
383 rlen = args->len; in xfs_alloc_fix_len()
384 ASSERT(rlen >= args->minlen); in xfs_alloc_fix_len()
[all …]
Dxfs_attr_leaf.c48 STATIC int xfs_attr3_leaf_create(struct xfs_da_args *args,
52 struct xfs_da_args *args, int freemap_index);
53 STATIC void xfs_attr3_leaf_compact(struct xfs_da_args *args,
70 STATIC void xfs_attr3_leaf_moveents(struct xfs_da_args *args,
533 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create() argument
539 trace_xfs_attr_sf_create(args); in xfs_attr_shortform_create()
541 dp = args->dp; in xfs_attr_shortform_create()
557 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xfs_attr_shortform_create()
565 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() argument
574 trace_xfs_attr_sf_add(args); in xfs_attr_shortform_add()
[all …]
Dxfs_dir2_priv.h12 extern int xfs_dir2_grow_inode(struct xfs_da_args *args, int space,
14 extern int xfs_dir_cilookup_result(struct xfs_da_args *args,
21 extern int xfs_dir2_block_addname(struct xfs_da_args *args);
22 extern int xfs_dir2_block_lookup(struct xfs_da_args *args);
23 extern int xfs_dir2_block_removename(struct xfs_da_args *args);
24 extern int xfs_dir2_block_replace(struct xfs_da_args *args);
25 extern int xfs_dir2_leaf_to_block(struct xfs_da_args *args,
46 extern int xfs_dir3_data_init(struct xfs_da_args *args, xfs_dir2_db_t blkno,
54 extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args,
56 extern int xfs_dir2_leaf_addname(struct xfs_da_args *args);
[all …]
Dxfs_dir2_sf.c25 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args,
29 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange,
31 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange,
35 static void xfs_dir2_sf_check(xfs_da_args_t *args);
37 #define xfs_dir2_sf_check(args) argument
40 static void xfs_dir2_sf_toino4(xfs_da_args_t *args);
41 static void xfs_dir2_sf_toino8(xfs_da_args_t *args);
141 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf() argument
159 trace_xfs_dir2_block_to_sf(args); in xfs_dir2_block_to_sf()
161 dp = args->dp; in xfs_dir2_block_to_sf()
[all …]
Dxfs_dir2_node.c29 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
34 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
37 static int xfs_dir2_node_addname_int(xfs_da_args_t *args,
250 xfs_da_args_t *args, in xfs_dir3_free_get_buf() argument
254 struct xfs_trans *tp = args->trans; in xfs_dir3_free_get_buf()
255 struct xfs_inode *dp = args->dp; in xfs_dir3_free_get_buf()
261 error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, fbno), in xfs_dir3_free_get_buf()
296 struct xfs_da_args *args, in xfs_dir2_free_log_bests() argument
305 bests = args->dp->d_ops->free_bests_p(free); in xfs_dir2_free_log_bests()
308 xfs_trans_log_buf(args->trans, bp, in xfs_dir2_free_log_bests()
[all …]
Dxfs_dir2_leaf.c29 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
31 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,
33 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args,
359 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf() argument
364 struct xfs_inode *dp = args->dp; in xfs_dir3_leaf_get_buf()
365 struct xfs_trans *tp = args->trans; in xfs_dir3_leaf_get_buf()
371 ASSERT(bno >= xfs_dir2_byte_to_db(args->geo, XFS_DIR2_LEAF_OFFSET) && in xfs_dir3_leaf_get_buf()
372 bno < xfs_dir2_byte_to_db(args->geo, XFS_DIR2_FREE_OFFSET)); in xfs_dir3_leaf_get_buf()
374 error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, bno), in xfs_dir3_leaf_get_buf()
380 xfs_dir3_leaf_log_header(args, bp); in xfs_dir3_leaf_get_buf()
[all …]
Dxfs_dir2_block.c33 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
274 struct xfs_da_args *args, in xfs_dir2_block_compact() argument
307 xfs_dir2_data_make_free(args, bp, in xfs_dir2_block_compact()
317 xfs_dir2_data_freescan(args->dp, hdr, needlog); in xfs_dir2_block_compact()
325 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname() argument
351 trace_xfs_dir2_block_addname(args); in xfs_dir2_block_addname()
353 dp = args->dp; in xfs_dir2_block_addname()
354 tp = args->trans; in xfs_dir2_block_addname()
361 len = dp->d_ops->data_entsize(args->namelen); in xfs_dir2_block_addname()
367 btp = xfs_dir2_block_tail_p(args->geo, hdr); in xfs_dir2_block_addname()
[all …]
Dxfs_attr_leaf.h35 void xfs_attr_shortform_create(struct xfs_da_args *args);
36 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
37 int xfs_attr_shortform_lookup(struct xfs_da_args *args);
38 int xfs_attr_shortform_getvalue(struct xfs_da_args *args);
39 int xfs_attr_shortform_to_leaf(struct xfs_da_args *args,
41 int xfs_attr_shortform_remove(struct xfs_da_args *args);
50 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
52 struct xfs_da_args *args, int forkoff);
53 int xfs_attr3_leaf_clearflag(struct xfs_da_args *args);
54 int xfs_attr3_leaf_setflag(struct xfs_da_args *args);
[all …]
/linux-4.19.296/fs/fuse/
Dxattr.c18 FUSE_ARGS(args); in fuse_setxattr()
28 args.in.h.opcode = FUSE_SETXATTR; in fuse_setxattr()
29 args.in.h.nodeid = get_node_id(inode); in fuse_setxattr()
30 args.in.numargs = 3; in fuse_setxattr()
31 args.in.args[0].size = sizeof(inarg); in fuse_setxattr()
32 args.in.args[0].value = &inarg; in fuse_setxattr()
33 args.in.args[1].size = strlen(name) + 1; in fuse_setxattr()
34 args.in.args[1].value = name; in fuse_setxattr()
35 args.in.args[2].size = size; in fuse_setxattr()
36 args.in.args[2].value = value; in fuse_setxattr()
[all …]
Ddir.c142 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args, in fuse_lookup_init() argument
147 args->in.h.opcode = FUSE_LOOKUP; in fuse_lookup_init()
148 args->in.h.nodeid = nodeid; in fuse_lookup_init()
149 args->in.numargs = 1; in fuse_lookup_init()
150 args->in.args[0].size = name->len + 1; in fuse_lookup_init()
151 args->in.args[0].value = name->name; in fuse_lookup_init()
152 args->out.numargs = 1; in fuse_lookup_init()
153 args->out.args[0].size = sizeof(struct fuse_entry_out); in fuse_lookup_init()
154 args->out.args[0].value = outarg; in fuse_lookup_init()
195 FUSE_ARGS(args); in fuse_dentry_revalidate()
[all …]
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddebuglib.h128 #define DBG_TEST(func, args) do { } while (0); argument
129 #define DBG_EVL_ID(args) do { } while (0); argument
163 #define DBG_TEST(func, args) \ argument
167 { DbgPrint args; DbgPrint("\r\n"); } \
168 myDbgPrint_##func args; \
174 #define DBG_TEST(func, args) \
176 { myDbgPrint_##func args; \
183 #define DBG_EVL_ID(args) \ argument
185 { myDbgPrint_EVL args; \
190 #define DBG_LOG(args) DBG_TEST(LOG, args) argument
[all …]
/linux-4.19.296/fs/cachefiles/
Ddaemon.c63 int (*handler)(struct cachefiles_cache *cache, char *args);
223 char *data, *args, *cp; in cachefiles_daemon_write() local
256 for (args = data; *args; args++) in cachefiles_daemon_write()
257 if (isspace(*args)) in cachefiles_daemon_write()
259 if (*args) { in cachefiles_daemon_write()
260 if (args == data) in cachefiles_daemon_write()
262 *args = '\0'; in cachefiles_daemon_write()
263 args = skip_spaces(++args); in cachefiles_daemon_write()
281 ret = cmd->handler(cache, args); in cachefiles_daemon_write()
317 char *args) in cachefiles_daemon_range_error() argument
[all …]
/linux-4.19.296/drivers/media/common/b2c2/
Dflexcop.h17 #define dprintk(level,args...) \ argument
18 do { if ((b2c2_flexcop_debug & level)) printk(args); } while (0)
20 #define dprintk(level,args...) argument
23 #define deb_info(args...) dprintk(0x01, args) argument
24 #define deb_tuner(args...) dprintk(0x02, args) argument
25 #define deb_i2c(args...) dprintk(0x04, args) argument
26 #define deb_ts(args...) dprintk(0x08, args) argument
27 #define deb_sram(args...) dprintk(0x10, args) argument
28 #define deb_rdump(args...) dprintk(0x20, args) argument
29 #define deb_i2c_dump(args...) dprintk(0x40, args) argument
/linux-4.19.296/fs/nfs/
Dcallback_proc.c26 struct cb_getattrargs *args = argp; in nfs4_callback_getattr() local
42 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_getattr()
46 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL, in nfs4_callback_getattr()
62 args->bitmap[0]; in nfs4_callback_getattr()
64 args->bitmap[1]; in nfs4_callback_getattr()
68 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status)); in nfs4_callback_getattr()
78 struct cb_recallargs *args = argp; in nfs4_callback_recall() local
90 inode = nfs_delegation_find_inode(cps->clp, &args->fh); in nfs4_callback_recall()
94 trace_nfs4_cb_recall(cps->clp, &args->fh, NULL, in nfs4_callback_recall()
95 &args->stateid, -ntohl(res)); in nfs4_callback_recall()
[all …]
Dnfs42xdr.c135 const struct nfs42_falloc_args *args) in encode_fallocate() argument
137 encode_nfs4_stateid(xdr, &args->falloc_stateid); in encode_fallocate()
138 encode_uint64(xdr, args->falloc_offset); in encode_fallocate()
139 encode_uint64(xdr, args->falloc_length); in encode_fallocate()
143 const struct nfs42_falloc_args *args, in encode_allocate() argument
147 encode_fallocate(xdr, args); in encode_allocate()
151 const struct nfs42_copy_args *args, in encode_copy() argument
155 encode_nfs4_stateid(xdr, &args->src_stateid); in encode_copy()
156 encode_nfs4_stateid(xdr, &args->dst_stateid); in encode_copy()
158 encode_uint64(xdr, args->src_pos); in encode_copy()
[all …]
/linux-4.19.296/include/linux/
Dtracepoint.h107 #define PARAMS(args...) args argument
147 #define TP_PROTO(args...) args argument
148 #define TP_ARGS(args...) args argument
149 #define TP_CONDITION(args...) args argument
174 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
205 ((void(*)(proto))(it_func))(args); \
218 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
228 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
242 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
255 __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \
[all …]
/linux-4.19.296/lib/
Dcmdline.c199 char *next_arg(char *args, char **param, char **val) in next_arg() argument
205 if (*args == '"') { in next_arg()
206 args++; in next_arg()
211 for (i = 0; args[i]; i++) { in next_arg()
212 if (isspace(args[i]) && !in_quote) in next_arg()
215 if (args[i] == '=') in next_arg()
218 if (args[i] == '"') in next_arg()
222 *param = args; in next_arg()
226 args[equals] = '\0'; in next_arg()
227 *val = args + equals + 1; in next_arg()
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/
Dsi2168.c34 ret = i2c_master_send(client, cmd->args, cmd->wlen); in si2168_cmd_execute()
48 ret = i2c_master_recv(client, cmd->args, cmd->rlen); in si2168_cmd_execute()
57 if ((cmd->args[0] >> 7) & 0x01) in si2168_cmd_execute()
66 if ((cmd->args[0] >> 6) & 0x01) { in si2168_cmd_execute()
71 if (!((cmd->args[0] >> 7) & 0x01)) { in si2168_cmd_execute()
95 memcpy(cmd.args, "\x14\x00\x01\x10\x10\x00", 6); in si2168_ts_bus_ctrl()
97 cmd.args[4] |= dev->ts_mode; in si2168_ts_bus_ctrl()
99 cmd.args[4] |= SI2168_TS_TRISTATE; in si2168_ts_bus_ctrl()
101 cmd.args[4] |= 0x40; in si2168_ts_bus_ctrl()
127 memcpy(cmd.args, "\xa0\x01", 2); in si2168_read_status()
[all …]
Dtda10071.c67 ret = regmap_bulk_write(dev->regmap, 0x00, cmd->args, cmd->len); in tda10071_cmd_execute()
130 cmd.args[0] = CMD_LNB_PCB_CONFIG; in tda10071_set_tone()
131 cmd.args[1] = 0; in tda10071_set_tone()
132 cmd.args[2] = 0x00; in tda10071_set_tone()
133 cmd.args[3] = 0x00; in tda10071_set_tone()
134 cmd.args[4] = tone; in tda10071_set_tone()
178 cmd.args[0] = CMD_LNB_SET_DC_LEVEL; in tda10071_set_voltage()
179 cmd.args[1] = 0; in tda10071_set_voltage()
180 cmd.args[2] = voltage; in tda10071_set_voltage()
233 cmd.args[0] = CMD_LNB_SEND_DISEQC; in tda10071_diseqc_send_master_cmd()
[all …]
/linux-4.19.296/fs/nfsd/
Dnfsxdr.c203 struct nfsd_fhandle *args = rqstp->rq_argp; in nfssvc_decode_fhandle() local
205 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
214 struct nfsd_sattrargs *args = rqstp->rq_argp; in nfssvc_decode_sattrargs() local
216 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
219 p = decode_sattr(p, &args->attrs); in nfssvc_decode_sattrargs()
227 struct nfsd_diropargs *args = rqstp->rq_argp; in nfssvc_decode_diropargs() local
229 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
230 || !(p = decode_filename(p, &args->name, &args->len))) in nfssvc_decode_diropargs()
239 struct nfsd_readargs *args = rqstp->rq_argp; in nfssvc_decode_readargs() local
242 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
[all …]
Dnfs3xdr.c312 struct nfsd_fhandle *args = rqstp->rq_argp; in nfs3svc_decode_fhandle() local
314 p = decode_fh(p, &args->fh); in nfs3svc_decode_fhandle()
323 struct nfsd3_sattrargs *args = rqstp->rq_argp; in nfs3svc_decode_sattrargs() local
325 p = decode_fh(p, &args->fh); in nfs3svc_decode_sattrargs()
328 p = decode_sattr3(p, &args->attrs); in nfs3svc_decode_sattrargs()
330 if ((args->check_guard = ntohl(*p++)) != 0) { in nfs3svc_decode_sattrargs()
333 args->guardtime = time.tv_sec; in nfs3svc_decode_sattrargs()
342 struct nfsd3_diropargs *args = rqstp->rq_argp; in nfs3svc_decode_diropargs() local
344 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs()
345 || !(p = decode_filename(p, &args->name, &args->len))) in nfs3svc_decode_diropargs()
[all …]
/linux-4.19.296/drivers/media/tuners/
Dsi2157.c32 ret = i2c_master_send(client, cmd->args, cmd->wlen); in si2157_cmd_execute()
46 ret = i2c_master_recv(client, cmd->args, cmd->rlen); in si2157_cmd_execute()
55 if ((cmd->args[0] >> 7) & 0x01) in si2157_cmd_execute()
63 if (!((cmd->args[0] >> 7) & 0x01)) { in si2157_cmd_execute()
92 memcpy(cmd.args, "\x15\x00\x02\x04", 4); in si2157_init()
97 xtal_trim = cmd.args[2] | (cmd.args[3] << 8); in si2157_init()
106 memcpy(cmd.args, "\xc0\x05\x01\x00\x00\x0b\x00\x00\x01", 9); in si2157_init()
109 memcpy(cmd.args, "\xc0\x00\x0d\x0e\x00\x01\x01\x01\x01\x03", 10); in si2157_init()
112 memcpy(cmd.args, "\xc0\x00\x0c\x00\x00\x01\x01\x01\x01\x01\x01\x02\x00\x00\x01", 15); in si2157_init()
122 memcpy(cmd.args, "\xc0\x08\x01\x02\x00\x00\x01", 7); in si2157_init()
[all …]
/linux-4.19.296/fs/ubifs/
Dmisc.c9 va_list args; in ubifs_msg() local
11 va_start(args, fmt); in ubifs_msg()
14 vaf.va = &args; in ubifs_msg()
19 va_end(args); in ubifs_msg()
26 va_list args; in ubifs_err() local
28 va_start(args, fmt); in ubifs_err()
31 vaf.va = &args; in ubifs_err()
38 va_end(args); in ubifs_err()
45 va_list args; in ubifs_warn() local
47 va_start(args, fmt); in ubifs_warn()
[all …]

12345678910>>...21