Searched refs:resv (Results 1 - 25 of 59) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c53 struct ocfs2_alloc_reservation *resv)
58 if (!(resv->r_flags & OCFS2_RESV_FLAG_DIR)) {
67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) argument
69 if (resv->r_len)
70 return resv->r_start + resv->r_len - 1;
71 return resv->r_start;
74 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) argument
76 return !!(resv->r_len == 0);
90 struct ocfs2_alloc_reservation *resv; local
52 ocfs2_resv_window_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
123 ocfs2_validate_resmap_bits(struct ocfs2_reservation_map *resmap, int i, struct ocfs2_alloc_reservation *resv) argument
149 struct ocfs2_alloc_reservation *resv; local
200 ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) argument
206 ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, unsigned int flags) argument
227 ocfs2_resv_mark_lru(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
238 __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv) argument
244 ocfs2_resv_remove(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
254 __ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
270 ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
283 struct ocfs2_alloc_reservation *resv; local
370 struct ocfs2_alloc_reservation *resv = NULL; local
471 __ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int goal, unsigned int wanted) argument
634 ocfs2_cannibalize_resv(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
695 ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
731 ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, int *cstart, int *clen) argument
772 ocfs2_adjust_resv_from_alloc(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int start, unsigned int end) argument
800 ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, u32 cstart, u32 clen) argument
[all...]
H A Dreservations.h64 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv);
67 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv,
75 * @resv: the reservation to truncate.
81 struct ocfs2_alloc_reservation *resv);
122 * @resv: reservation to base search from
126 * Using the reservation data from resv, this function will compare
128 * the reservation window is still clear to use. If resv is empty,
137 struct ocfs2_alloc_reservation *resv,
143 * @resv: optional reservation to recalulate based on new bitmap
151 * reservations bitmap. If resv i
[all...]
H A Dlocalalloc.c56 struct ocfs2_alloc_reservation *resv);
815 struct ocfs2_alloc_reservation *resv)
831 if (!resv) {
835 resv = &r;
839 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) {
896 ocfs2_resv_discard(resmap, resv);
812 ocfs2_local_alloc_find_clear_bits(struct ocfs2_super *osb, struct ocfs2_dinode *alloc, u32 *numbits, struct ocfs2_alloc_reservation *resv) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dreservations.c53 struct ocfs2_alloc_reservation *resv)
58 if (!(resv->r_flags & OCFS2_RESV_FLAG_DIR)) {
67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) argument
69 if (resv->r_len)
70 return resv->r_start + resv->r_len - 1;
71 return resv->r_start;
74 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) argument
76 return !!(resv->r_len == 0);
90 struct ocfs2_alloc_reservation *resv; local
52 ocfs2_resv_window_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
123 ocfs2_validate_resmap_bits(struct ocfs2_reservation_map *resmap, int i, struct ocfs2_alloc_reservation *resv) argument
149 struct ocfs2_alloc_reservation *resv; local
200 ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) argument
206 ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, unsigned int flags) argument
227 ocfs2_resv_mark_lru(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
238 __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv) argument
244 ocfs2_resv_remove(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
254 __ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
270 ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv) argument
283 struct ocfs2_alloc_reservation *resv; local
370 struct ocfs2_alloc_reservation *resv = NULL; local
471 __ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int goal, unsigned int wanted) argument
634 ocfs2_cannibalize_resv(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
695 ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) argument
731 ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, int *cstart, int *clen) argument
772 ocfs2_adjust_resv_from_alloc(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int start, unsigned int end) argument
800 ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, u32 cstart, u32 clen) argument
[all...]
H A Dreservations.h64 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv);
67 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv,
75 * @resv: the reservation to truncate.
81 struct ocfs2_alloc_reservation *resv);
122 * @resv: reservation to base search from
126 * Using the reservation data from resv, this function will compare
128 * the reservation window is still clear to use. If resv is empty,
137 struct ocfs2_alloc_reservation *resv,
143 * @resv: optional reservation to recalulate based on new bitmap
151 * reservations bitmap. If resv i
[all...]
H A Dlocalalloc.c56 struct ocfs2_alloc_reservation *resv);
815 struct ocfs2_alloc_reservation *resv)
831 if (!resv) {
835 resv = &r;
839 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) {
896 ocfs2_resv_discard(resmap, resv);
812 ocfs2_local_alloc_find_clear_bits(struct ocfs2_super *osb, struct ocfs2_dinode *alloc, u32 *numbits, struct ocfs2_alloc_reservation *resv) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c986 svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) argument
1012 svc_putu32(resv, rqstp->rq_xid);
1017 svc_putnl(resv, 1); /* REPLY */
1023 reply_statp = resv->iov_base + resv->iov_len;
1025 svc_putnl(resv, 0); /* ACCEPT */
1080 statp = resv->iov_base +resv->iov_len;
1081 svc_putnl(resv, RPC_SUCCESS);
1113 !xdr(rqstp, resv
1215 struct kvec *resv = &rqstp->rq_res.head[0]; local
1263 struct kvec *resv = &rqstp->rq_res.head[0]; local
[all...]
H A Dsvcauth_unix.c754 struct kvec *resv = &rqstp->rq_res.head[0]; local
782 svc_putnl(resv, RPC_AUTH_NULL);
783 svc_putnl(resv, 0);
817 struct kvec *resv = &rqstp->rq_res.head[0]; local
852 svc_putnl(resv, RPC_AUTH_NULL);
853 svc_putnl(resv, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Dsvc.c986 svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) argument
1012 svc_putu32(resv, rqstp->rq_xid);
1017 svc_putnl(resv, 1); /* REPLY */
1023 reply_statp = resv->iov_base + resv->iov_len;
1025 svc_putnl(resv, 0); /* ACCEPT */
1080 statp = resv->iov_base +resv->iov_len;
1081 svc_putnl(resv, RPC_SUCCESS);
1113 !xdr(rqstp, resv
1215 struct kvec *resv = &rqstp->rq_res.head[0]; local
1263 struct kvec *resv = &rqstp->rq_res.head[0]; local
[all...]
H A Dsvcauth_unix.c754 struct kvec *resv = &rqstp->rq_res.head[0]; local
782 svc_putnl(resv, RPC_AUTH_NULL);
783 svc_putnl(resv, 0);
817 struct kvec *resv = &rqstp->rq_res.head[0]; local
852 svc_putnl(resv, RPC_AUTH_NULL);
853 svc_putnl(resv, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Digmp.h70 resv:4; member in struct:igmpv3_query
72 __u8 resv:4, member in struct:igmpv3_query
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Digmp.h70 resv:4; member in struct:igmpv3_query
72 __u8 resv:4, member in struct:igmpv3_query
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Digmp.h70 resv:4; member in struct:igmpv3_query
72 __u8 resv:4, member in struct:igmpv3_query
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c634 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) argument
638 if (resv->iov_len + 4 > PAGE_SIZE)
640 svc_putnl(resv, o->len);
641 p = resv->iov_base + resv->iov_len;
642 resv->iov_len += round_up_to_quad(o->len);
643 if (resv->iov_len > PAGE_SIZE)
998 struct kvec *resv = &rqstp->rq_res.head[0]; local
1045 if (resv->iov_len + 4 > PAGE_SIZE)
1047 svc_putnl(resv, RPC_SUCCES
1076 struct kvec *resv = &rqstp->rq_res.head[0]; local
1253 struct kvec *resv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c634 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) argument
638 if (resv->iov_len + 4 > PAGE_SIZE)
640 svc_putnl(resv, o->len);
641 p = resv->iov_base + resv->iov_len;
642 resv->iov_len += round_up_to_quad(o->len);
643 if (resv->iov_len > PAGE_SIZE)
998 struct kvec *resv = &rqstp->rq_res.head[0]; local
1045 if (resv->iov_len + 4 > PAGE_SIZE)
1047 svc_putnl(resv, RPC_SUCCES
1076 struct kvec *resv = &rqstp->rq_res.head[0]; local
1253 struct kvec *resv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dvio.h43 u64 resv[6]; member in struct:vio_rdx
68 u16 resv; member in struct:vio_dring_register
76 u64 resv[5]; member in struct:vio_dring_unregister
168 u32 resv; member in struct:vio_disk_vtoc::__anon25871
189 u16 resv; member in struct:vio_disk_devid
221 u32 resv; member in struct:vio_net_mcast_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dvio.h43 u64 resv[6]; member in struct:vio_rdx
68 u16 resv; member in struct:vio_dring_register
76 u64 resv[5]; member in struct:vio_dring_unregister
168 u32 resv; member in struct:vio_disk_vtoc::__anon14178
189 u16 resv; member in struct:vio_disk_devid
221 u32 resv; member in struct:vio_net_mcast_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/rdma/
H A Dib_smi.h55 __be16 resv; member in struct:ib_smp
118 u8 resv; member in struct:ib_port_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/rdma/
H A Dib_smi.h55 __be16 resv; member in struct:ib_smp
118 u8 resv; member in struct:ib_port_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_auth.h131 u8 resv[3]; member in struct:bfa_auth_attr_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_auth.h131 u8 resv[3]; member in struct:bfa_auth_attr_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfscache.c260 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; local
266 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c260 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; local
266 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Digmp.h70 resv:4; member in struct:igmpv3_query
72 __u8 resv:4, member in struct:igmpv3_query
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Digmp.h70 resv:4; member in struct:igmpv3_query
72 __u8 resv:4, member in struct:igmpv3_query

Completed in 295 milliseconds

123