Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 5 of 5) sorted by relevance

/fs/cifs/
Dasn1.c84 unsigned char *pointer; /* Octet just to be decoded */ member
102 ctx->pointer = buf; in asn1_open()
109 if (ctx->pointer >= ctx->end) { in asn1_octet_decode()
113 *ch = *(ctx->pointer)++; in asn1_octet_decode()
123 if (ctx->pointer >= ctx->end) {
128 ch = *(ctx->pointer)++; /* ch has 0xa, ptr points to length octet */
130 *val = *(++(ctx->pointer)); /* value has enum value */
134 ctx->pointer++;
205 if (*len > ctx->end - ctx->pointer) in asn1_length_decode()
230 *eoc = ctx->pointer + len; in asn1_header_decode()
[all …]
/fs/affs/
DChanges10 problem that I'm aware of (pointer/int conversion
198 the pointer to the next entry in the hash chain wasn't
285 is no pointer to the super block available.)
/fs/befs/
DChangeLog10 * Fixed potential null pointer dereference when reporting an error
30 a pointer value. (btree.c) [WD]
79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD]
183 structures into the generic pointer fields of the public structures
/fs/ocfs2/
Docfs2_trace.h62 TP_PROTO(void *pointer),
63 TP_ARGS(pointer),
65 __field(void *, pointer)
68 __entry->pointer = pointer;
70 TP_printk("%p", __entry->pointer)
75 TP_PROTO(void *pointer), \
76 TP_ARGS(pointer))
/fs/jffs2/
DREADME.Locking90 long as the pointer you're holding is to a _valid_ node, not an
94 pointer when the garbage collection thread exits. The code to kill the