Searched refs:ask (Results 1 - 20 of 20) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag_resv.c60 * to use the reservation system should update ask/used in xfs_ag_resv_init.
182 xfs_extlen_t ask,
190 if (used > ask)
191 ask = used;
201 hidden_space = ask;
209 hidden_space = ask - used;
236 mp->m_ag_max_usable -= ask;
239 resv->ar_asked = ask;
241 resv->ar_reserved = ask - used;
243 trace_xfs_ag_resv_init(pag, type, ask);
179 __xfs_ag_resv_init( struct xfs_perag *pag, enum xfs_ag_resv_type type, xfs_extlen_t ask, xfs_extlen_t used) argument
254 xfs_extlen_t ask; local
[all...]
H A Dxfs_ialloc_btree.h66 xfs_extlen_t *ask, xfs_extlen_t *used);
H A Dxfs_refcount_btree.h60 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
H A Dxfs_rmap_btree.h59 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
H A Dxfs_refcount_btree.c491 xfs_extlen_t *ask,
520 *ask += xfs_refcountbt_max_size(mp, agblocks);
487 xfs_refcountbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
H A Dxfs_ialloc_btree.c788 xfs_extlen_t *ask,
804 *ask += xfs_inobt_max_size(pag);
785 xfs_finobt_calc_reserves( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *ask, xfs_extlen_t *used) argument
H A Dxfs_rmap_btree.c834 xfs_extlen_t *ask,
864 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks));
830 xfs_rmapbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
/linux-master/crypto/
H A Daf_alg.c134 struct alg_sock *ask = alg_sk(sk); local
135 unsigned int nokey = atomic_read(&ask->nokey_refcnt);
137 sk = ask->parent;
138 ask = alg_sk(sk);
141 atomic_dec(&ask->nokey_refcnt);
143 if (atomic_dec_and_test(&ask->refcnt))
152 struct alg_sock *ask = alg_sk(sk); local
192 if (atomic_read(&ask->refcnt))
195 swap(ask->type, type);
196 swap(ask
210 struct alg_sock *ask = alg_sk(sk); local
286 alg_setkey_by_key_serial(struct alg_sock *ask, sockptr_t optval, unsigned int optlen) argument
348 alg_setkey_by_key_serial(struct alg_sock *ask, sockptr_t optval, unsigned int optlen) argument
361 struct alg_sock *ask = alg_sk(sk); local
412 struct alg_sock *ask = alg_sk(sk); local
499 struct alg_sock *ask = alg_sk(sk); local
606 struct alg_sock *ask = alg_sk(sk); local
647 const struct alg_sock *ask = alg_sk(sk); local
704 struct alg_sock *ask = alg_sk(sk); local
772 struct alg_sock *ask = alg_sk(sk); local
866 struct alg_sock *ask = alg_sk(sk); local
904 struct alg_sock *ask = alg_sk(sk); local
941 struct alg_sock *ask = alg_sk(sk); local
1168 struct alg_sock *ask = alg_sk(sk); local
1236 struct alg_sock *ask = alg_sk(sk); local
[all...]
H A Dalgif_skcipher.c41 struct alg_sock *ask = alg_sk(sk); local
42 struct sock *psk = ask->parent;
52 struct alg_sock *ask = alg_sk(sk); local
63 ctx = ask->private;
64 psk = ask->parent;
100 struct alg_sock *ask = alg_sk(sk); local
101 struct sock *psk = ask->parent;
103 struct af_alg_ctx *ctx = ask->private;
272 struct alg_sock *ask = alg_sk(sk); local
275 if (!atomic_read(&ask
360 struct alg_sock *ask = alg_sk(sk); local
377 struct alg_sock *ask = alg_sk(sk); local
[all...]
H A Dalgif_rng.c111 struct alg_sock *ask = alg_sk(sk); local
112 struct rng_ctx *ctx = ask->private;
121 struct alg_sock *ask = alg_sk(sk); local
122 struct rng_ctx *ctx = ask->private;
136 struct alg_sock *ask = alg_sk(sock->sk); local
137 struct rng_ctx *ctx = ask->private;
232 struct alg_sock *ask = alg_sk(sk); local
233 struct rng_ctx *ctx = ask->private;
244 struct alg_sock *ask = alg_sk(sk); local
262 ask
[all...]
H A Dalgif_hash.c67 struct alg_sock *ask = alg_sk(sk); local
68 struct hash_ctx *ctx = ask->private;
183 struct alg_sock *ask = alg_sk(sk); local
184 struct hash_ctx *ctx = ask->private;
230 struct alg_sock *ask = alg_sk(sk); local
231 struct hash_ctx *ctx = ask->private;
255 err = af_alg_accept(ask->parent, newsock, kern);
305 struct alg_sock *ask = alg_sk(sk); local
308 if (!atomic_read(&ask->nokey_refcnt))
311 psk = ask
404 struct alg_sock *ask = alg_sk(sk); local
415 struct alg_sock *ask = alg_sk(sk); local
[all...]
H A Dalgif_aead.c46 struct alg_sock *ask = alg_sk(sk); local
47 struct sock *psk = ask->parent;
49 struct af_alg_ctx *ctx = ask->private;
64 struct alg_sock *ask = alg_sk(sk); local
65 struct sock *psk = ask->parent;
92 struct alg_sock *ask = alg_sk(sk); local
93 struct sock *psk = ask->parent;
95 struct af_alg_ctx *ctx = ask->private;
384 struct alg_sock *ask = alg_sk(sk); local
387 if (!atomic_read(&ask
509 struct alg_sock *ask = alg_sk(sk); local
526 struct alg_sock *ask = alg_sk(sk); local
[all...]
/linux-master/samples/user_events/
H A Dexample.c55 ask:
70 goto ask;
/linux-master/arch/arm/boot/dts/sigmastar/
H A DMakefile4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/sigmastar/
H A DMakefile4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
/linux-master/include/crypto/
H A Dif_alg.h186 struct alg_sock *ask = alg_sk(sk); local
187 struct af_alg_ctx *ctx = ask->private;
212 struct alg_sock *ask = alg_sk(sk); local
213 struct af_alg_ctx *ctx = ask->private;
/linux-master/fs/bcachefs/
H A Derror.c257 int ask; local
266 ask = bch2_fsck_ask_yn(c);
268 if (ask >= YN_ALLNO && s)
269 s->fix = ask == YN_ALLNO
273 ret = ask & 1
H A Dopts.h116 x(ask, 3)
/linux-master/net/llc/
H A Daf_llc.c396 struct sock *ask; local
407 ask = llc_lookup_established(sap, &daddr, &laddr, &init_net);
408 if (ask) {
409 sock_put(ask);
/linux-master/scripts/
H A Dsphinx-pre-install625 printf("\tsudo emerge --ask $install\n");
830 # If there's a good enough version, ask the user to enable it

Completed in 201 milliseconds