Searched refs:candidate (Results 1 – 3 of 3) sorted by relevance
123 struct afs_writeback *candidate, *wb; in afs_write_begin() local135 candidate = kzalloc(sizeof(*candidate), GFP_KERNEL); in afs_write_begin()136 if (!candidate) in afs_write_begin()138 candidate->vnode = vnode; in afs_write_begin()139 candidate->first = candidate->last = index; in afs_write_begin()140 candidate->offset_first = from; in afs_write_begin()141 candidate->to_last = to; in afs_write_begin()142 INIT_LIST_HEAD(&candidate->link); in afs_write_begin()143 candidate->usage = 1; in afs_write_begin()144 candidate->state = AFS_WBACK_PENDING; in afs_write_begin()[all …]
107 struct afs_server *server, *candidate; in afs_lookup_server() local120 candidate = afs_alloc_server(cell, addr); in afs_lookup_server()121 if (!candidate) { in afs_lookup_server()135 server = candidate; in afs_lookup_server()165 kfree(candidate); in afs_lookup_server()171 kfree(candidate); in afs_lookup_server()
236 struct qstr candidate = QSTR_INIT(name, namelen); in sdcardfs_name_match() local238 if (qstr_case_eq(buf->to_find, &candidate)) { in sdcardfs_name_match()